correct master service

should have also:
publishNotReadyAddresses: true
This commit is contained in:
LazyDBA247-Anyvision 2021-01-13 22:27:27 +02:00
parent d595b35ca7
commit 95982e0856

View file

@ -10,6 +10,7 @@ metadata:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec:
clusterIP: None
publishNotReadyAddresses: true
ports:
- name: "swfs-master"
port: {{ .Values.master.port }}
@ -21,4 +22,4 @@ spec:
protocol: TCP
selector:
app: {{ template "seaweedfs.name" . }}
component: master
component: master