Skip to content

Commit

Permalink
chore: update readme to reflect change in webhook port, #55 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
kashalls authored Sep 11, 2024
1 parent 140fa55 commit 9bff600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
livenessProbe:
httpGet:
path: /healthz
port: http-wh-metrics
port: http-webhook
initialDelaySeconds: 10
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /readyz
port: http-wh-metrics
port: http-webhook
initialDelaySeconds: 10
timeoutSeconds: 5
extraArgs:
Expand Down

0 comments on commit 9bff600

Please # to comment.