Skip to content

Commit

Permalink
bump resource limits for Envoy Gateway deployment (#1617)
Browse files Browse the repository at this point in the history
Relates to #1613

Signed-off-by: Arko Dasgupta <[email protected]>
Co-authored-by: Xunzhuo <[email protected]>
  • Loading branch information
arkodg and Xunzhuo authored Jul 10, 2023
1 parent 6566a7b commit 005b5b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/gateway-helm/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ deployment:
resources:
limits:
cpu: 500m
memory: 128Mi
memory: 1024Mi
requests:
cpu: 10m
memory: 64Mi
cpu: 100m
memory: 256Mi
kubeRbacProxy:
image:
repository: gcr.io/kubebuilder/kube-rbac-proxy
Expand Down

0 comments on commit 005b5b3

Please sign in to comment.