Browse Source

correct master service

should have also:
publishNotReadyAddresses: true
pull/1742/head
LazyDBA247-Anyvision 4 years ago
parent
commit
95982e0856
  1. 3
      k8s/seaweedfs/templates/master-service.yaml

3
k8s/seaweedfs/templates/master-service.yaml

@ -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
Loading…
Cancel
Save