Skip to content

Commit 88cd476

Browse files
dimakisopenshift-merge-robot
authored andcommitted
fix: fixes the path for readiness probe
1 parent 6531fc5 commit 88cd476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config/internal/mcad/deployment.yaml.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
periodSeconds: 5
4949
readinessProbe:
5050
httpGet:
51-
path: /readyz
51+
path: /healthz
5252
port: 8081
5353
timeoutSeconds: 5
5454
periodSeconds: 5

0 commit comments

Comments
 (0)