Skip to content

Commit

Permalink
Fix healthcheck port name (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender authored Sep 16, 2024
1 parent 066e885 commit 0e10587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/internal.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ deployment:
livenessProbe:
httpGet:
path: /healthz
port: http
port: metrics
readinessProbe:
httpGet:
path: /healthz
port: http
port: metrics

service:
enabled: true
Expand Down

0 comments on commit 0e10587

Please sign in to comment.