Skip to content

Commit 22e498d

Browse files
authored
helm: switch probe to use port name rather than number (#85)
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
1 parent e222c12 commit 22e498d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chart/kepler/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ annotations:
2222
url: https://keybase.io/bradmccoydev/pgp_keys.asc
2323
2424
type: application
25-
version: 0.5.15
25+
version: 0.5.16
2626
appVersion: release-0.8.0

chart/kepler/templates/daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
failureThreshold: 5
6969
httpGet:
7070
path: /healthz
71-
port: {{ .Values.service.port }}
71+
port: http
7272
scheme: HTTP
7373
initialDelaySeconds: 10
7474
periodSeconds: 60

0 commit comments

Comments
 (0)