Add publishNotReadyAddresses to UI service (#131)
This commit is contained in:
parent
938c874e77
commit
37e92331b9
1 changed files with 1 additions and 0 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in a new issue