Skip to content

Commit 9ae637a

Browse files
committed
fix(probes_liveness.yml): Fix port of probe
1 parent 35746ec commit 9ae637a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

probes_liveness.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
livenessProbe:
2323
httpGet:
2424
path: /livez
25-
port: 80
25+
port: 8000
2626
initialDelaySeconds: 5
2727
failureThreshold: 2
2828
periodSeconds: 1

0 commit comments

Comments
 (0)