diff options
| author | LazyDBA247-Anyvision <yonin@anyvision.co> | 2021-01-13 22:27:27 +0200 |
|---|---|---|
| committer | LazyDBA247-Anyvision <yonin@anyvision.co> | 2021-01-13 22:27:27 +0200 |
| commit | 95982e0856dcde5cd7542532367c436503d39a7a (patch) | |
| tree | fd4f7dbf3b236b44505a9117e7ced019bf836b3a | |
| parent | d595b35ca7cf16be7024a7d3c971ac775b0ee64c (diff) | |
| download | seaweedfs-95982e0856dcde5cd7542532367c436503d39a7a.tar.xz seaweedfs-95982e0856dcde5cd7542532367c436503d39a7a.zip | |
correct master service
should have also:
publishNotReadyAddresses: true
| -rw-r--r-- | k8s/seaweedfs/templates/master-service.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/k8s/seaweedfs/templates/master-service.yaml b/k8s/seaweedfs/templates/master-service.yaml index f7603bd91..0ce467538 100644 --- a/k8s/seaweedfs/templates/master-service.yaml +++ b/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
\ No newline at end of file + component: master |
