Skip to content

Commit

Permalink
Readiness & liveness probes correct port
Browse files Browse the repository at this point in the history
Port number now comes from values.yaml

Signed-off-by: Peter Leong <1179301+p33t@users.noreply.github.com>
  • Loading branch information
p33t committed Oct 21, 2022
1 parent d79ae9f commit 9d027ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/chartutil/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
httpGet:
Expand Down

0 comments on commit 9d027ea

Please sign in to comment.