Skip to content

Commit 605c6d4

Browse files
committed
Fix probe config
1 parent ffa8a3d commit 605c6d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kubernetes/deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ spec:
3131
protocol: TCP
3232
livenessProbe:
3333
httpGet:
34-
path: /health
35-
port: sys
34+
path: /healthz
35+
port: http
3636
readinessProbe:
3737
httpGet:
38-
path: /health
39-
port: sys
38+
path: /healthz
39+
port: http
4040
resources:
4141
requests:
4242
cpu: 10m

0 commit comments

Comments
 (0)