Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -647,15 +647,19 @@ spec:
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 2
periodSeconds: 5
initialDelaySeconds: 120
timeoutSeconds: 10
periodSeconds: 60
failureThreshold: 10
name: manager
readinessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 2
periodSeconds: 3
initialDelaySeconds: 60
timeoutSeconds: 3
periodSeconds: 20
failureThreshold: 10
resources:
limits:
cpu: 500m
Expand Down
12 changes: 8 additions & 4 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,18 @@ spec:
httpGet:
path: /readyz
port: 8081
initialDelaySeconds: 2
periodSeconds: 5
initialDelaySeconds: 120
timeoutSeconds: 10
periodSeconds: 60
failureThreshold: 10
readinessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 2
periodSeconds: 3
initialDelaySeconds: 60
timeoutSeconds: 3
periodSeconds: 20
failureThreshold: 10
resources:
limits:
cpu: 500m
Expand Down