diff --git a/deploy/templates/app-deployment.yaml b/deploy/templates/app-deployment.yaml index 3f9b5c2..eeabd8a 100644 --- a/deploy/templates/app-deployment.yaml +++ b/deploy/templates/app-deployment.yaml @@ -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