Merge pull request #5636 from qzhuyan/fix/william/issue-5254-headless-svc-make-dist-port-ready

fix(helm-chart): force headless svc ready while pod is not ready
This commit is contained in:
William Yang 2021-09-03 13:18:27 +02:00 committed by GitHub
commit cdc3ae9faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ spec:
type: ClusterIP
sessionAffinity: None
clusterIP: None
publishNotReadyAddresses: true
ports:
- name: mqtt
port: {{ .Values.service.mqtt | default 1883 }}