Merge pull request #5646 from qzhuyan/backport/william/issue/5254

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

View File

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