mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Use internal port for health check
This commit is contained in:
parent
6b31664cd2
commit
156d706dd1
1 changed files with 2 additions and 2 deletions
|
|
@ -114,11 +114,11 @@ spec:
|
|||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 80
|
||||
port: {{ .Values.service.internalPort }}
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 80
|
||||
port: {{ .Values.service.internalPort }}
|
||||
resources:
|
||||
{{ toYaml .Values.resources | indent 12 }}
|
||||
`
|
||||
|
|
|
|||
Loading…
Reference in a new issue