Skip to content

Commit

Permalink
Increase memory limits (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobebway authored Oct 24, 2023
1 parent 1952a9b commit e0e3d7a
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 @@ -157,10 +157,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 512Mi
requests:
cpu: 10m
memory: 64Mi
memory: 128Mi
volumeMounts:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
Expand Down

0 comments on commit e0e3d7a

Please sign in to comment.