Skip to content

Commit

Permalink
Use internal port for health check
Browse files Browse the repository at this point in the history
  • Loading branch information
Vic Iglesias committed Nov 1, 2016
1 parent 6b31664 commit 156d706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/chartutil/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
`
Expand Down

0 comments on commit 156d706

Please sign in to comment.