Browse Source

correct master service

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

1
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 }}

Loading…
Cancel
Save