Add publishNotReadyAddresses to UI service (#131)

This commit is contained in:
Jason O'Donnell 2019-12-03 14:55:33 -05:00 committed by GitHub
parent 938c874e77
commit 37e92331b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ spec:
app.kubernetes.io/name: {{ include "vault.name" . }} app.kubernetes.io/name: {{ include "vault.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/instance: {{ .Release.Name }}
component: server component: server
publishNotReadyAddresses: true
ports: ports:
- name: http - name: http
port: {{ .Values.ui.externalPort }} port: {{ .Values.ui.externalPort }}