Skip to content
Snippets Groups Projects
Verified Commit 1594ff92 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(monitoring): Drop hardcoded values for cert-gen job

parent 0176ef91
No related branches found
No related tags found
No related merge requests found
......@@ -150,12 +150,13 @@ data:
enabled: true
patch:
enabled: true
image:
repository: k8s.gcr.io/ingress-nginx/kube-webhook-certgen
tag: v1.0
sha: "f3b6b39a6062328c095337b4cadcefd1612348fdd5190b1dcbcb9b9e90bd8068"
pullPolicy: IfNotPresent
resources: {}
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
priorityClassName: "system-cluster-critical"
securityContext:
runAsGroup: 2000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment