fix(deploy): bind app to 0.0.0.0 for K8s Service connectivity

This commit is contained in:
ZhenYi 2026-04-15 14:26:42 +08:00
parent d307c13878
commit 0ce70eca7f

View File

@ -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