mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
correct master service
should have also: publishNotReadyAddresses: true
This commit is contained in:
parent
d595b35ca7
commit
95982e0856
|
@ -10,6 +10,7 @@ metadata:
|
||||||
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
|
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
|
||||||
spec:
|
spec:
|
||||||
clusterIP: None
|
clusterIP: None
|
||||||
|
publishNotReadyAddresses: true
|
||||||
ports:
|
ports:
|
||||||
- name: "swfs-master"
|
- name: "swfs-master"
|
||||||
port: {{ .Values.master.port }}
|
port: {{ .Values.master.port }}
|
||||||
|
|
Loading…
Reference in a new issue