Skip to content
Snippets Groups Projects
Commit fb610766 authored by OKE Ulrich Enangnon's avatar OKE Ulrich Enangnon
Browse files

UPDATE - enable run as root for nginx stubstatus

parent 6a196a3e
No related branches found
No related tags found
No related merge requests found
Pipeline #16652 passed
......@@ -114,14 +114,15 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
# securityContext:
# runAsUser: 0
# resources:
# limits:
# memory: 200Mi
# requests:
# cpu: 100m
# memory: 100Mi
# Need service account to write to volumes
securityContext:
runAsUser: 0
resources:
limits:
memory: 200Mi
requests:
cpu: 100m
memory: 100Mi
volumeMounts:
- name: config
mountPath: /etc/metricbeat.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment