Skip to content
Snippets Groups Projects
Unverified Commit d7531691 authored by paulfantom's avatar paulfantom
Browse files

manifests: regenerate

parent 23c8d865
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,13 @@ spec: ...@@ -20,7 +20,13 @@ spec:
app.kubernetes.io/part-of: kube-prometheus app.kubernetes.io/part-of: kube-prometheus
app.kubernetes.io/version: 0.21.0 app.kubernetes.io/version: 0.21.0
replicas: 3 replicas: 3
resources: {} resources:
limits:
cpu: 100m
memory: 100Mi
requests:
cpu: 4m
memory: 100Mi
securityContext: securityContext:
fsGroup: 2000 fsGroup: 2000
runAsNonRoot: true runAsNonRoot: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment