Skip to content

Commit

Permalink
increase cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
rakesh-garimella committed Sep 12, 2024
1 parent 026a42f commit b427df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 15
initialDelaySeconds: 30
periodSeconds: 20
readinessProbe:
httpGet:
Expand All @@ -60,7 +60,7 @@ spec:
periodSeconds: 10
resources:
limits:
cpu: 100m
cpu: 300m
memory: 384Mi
requests:
cpu: 5m
Expand Down

0 comments on commit b427df3

Please sign in to comment.