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
|
||||
containerPort: {{ .Values.app.service.port }}
|
||||
protocol: TCP
|
||||
args:
|
||||
- --bind
|
||||
- 0.0.0.0:{{ .Values.app.service.port }}
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: {{ include "gitdata.fullname" . }}-config
|
||||
|
||||
Loading…
Reference in New Issue
Block a user