Skip to content

Commit

Permalink
chore(chart): increase memory limit for manager container
Browse files Browse the repository at this point in the history
  • Loading branch information
basti1302 committed Feb 19, 2025
1 parent b837005 commit 9aaf3b7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ deployment should match snapshot (default values):
limits:
cpu: 500m
ephemeral-storage: 500Mi
memory: 128Mi
memory: 256Mi
requests:
cpu: 10m
ephemeral-storage: 500Mi
memory: 64Mi
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ pre-delete hook job should match snapshot:
limits:
cpu: 500m
ephemeral-storage: 500Mi
memory: 128Mi
memory: 256Mi
requests:
cpu: 10m
ephemeral-storage: 500Mi
memory: 64Mi
memory: 128Mi
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/dash0-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@ operator:
managerContainerResources:
limits:
cpu: 500m
memory: 128Mi
memory: 256Mi
ephemeral-storage: 500Mi
requests:
cpu: 10m
memory: 64Mi
memory: 128Mi
ephemeral-storage: 500Mi

# resources for the kube-rbac-proxy container
Expand Down

0 comments on commit 9aaf3b7

Please sign in to comment.