Skip to content

Commit

Permalink
Fix the port name for the readinessProbe (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanio authored Aug 21, 2024
2 parents 6349496 + 7665821 commit 5468038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/dashboard/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ spec:
readinessProbe:
httpGet:
path: /healthz
port: metric
port: metrics
{{- with .Values.pod.probes.readiness }}
periodSeconds: {{ .periodSeconds }}
initialDelaySeconds: {{ .initialDelaySeconds }}
Expand Down

0 comments on commit 5468038

Please sign in to comment.