fix(deploy): bind app to 0.0.0.0 for K8s Service connectivity
This commit is contained in:
parent
d307c13878
commit
0ce70eca7f
@ -35,6 +35,9 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ .Values.app.service.port }}
|
containerPort: {{ .Values.app.service.port }}
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
args:
|
||||||
|
- --bind
|
||||||
|
- 0.0.0.0:{{ .Values.app.service.port }}
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: {{ include "gitdata.fullname" . }}-config
|
name: {{ include "gitdata.fullname" . }}-config
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user