Skip to content

Commit 9bff600

Browse files
authored
chore: update readme to reflect change in webhook port, #55 (#56)
1 parent 140fa55 commit 9bff600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
livenessProbe:
6060
httpGet:
6161
path: /healthz
62-
port: http-wh-metrics
62+
port: http-webhook
6363
initialDelaySeconds: 10
6464
timeoutSeconds: 5
6565
readinessProbe:
6666
httpGet:
6767
path: /readyz
68-
port: http-wh-metrics
68+
port: http-webhook
6969
initialDelaySeconds: 10
7070
timeoutSeconds: 5
7171
extraArgs:

0 commit comments

Comments
 (0)