Skip to content

Commit

Permalink
fix(base-cluster/cert-manager): set higher resource quota for cert-ma… (
Browse files Browse the repository at this point in the history
#742)

…nager
  • Loading branch information
marvinWolff authored Jan 23, 2024
1 parent f0ac4c2 commit 53a51bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/base-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ global:
cpu: 500m
memory: 300Mi
quotas:
limits.cpu: "1"
limits.memory: 1Gi
limits.cpu: "2"
limits.memory: 2Gi
ingress-nginx:
condition: "{{ .Values.ingress.enabled }}"
additionalLabels:
Expand Down

0 comments on commit 53a51bb

Please sign in to comment.