Skip to content

Commit aa1f42c

Browse files
authored
perf: shorten initial delay of readness probe (#725)
1 parent c465c79 commit aa1f42c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bundle/manifests/operand-deployment-lifecycle-manager.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ spec:
656656
httpGet:
657657
path: /healthz
658658
port: 8081
659-
initialDelaySeconds: 60
659+
initialDelaySeconds: 3
660660
timeoutSeconds: 3
661661
periodSeconds: 20
662662
failureThreshold: 10

config/manager/manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
httpGet:
7474
path: /healthz
7575
port: 8081
76-
initialDelaySeconds: 60
76+
initialDelaySeconds: 3
7777
timeoutSeconds: 3
7878
periodSeconds: 20
7979
failureThreshold: 10

0 commit comments

Comments
 (0)