Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deploy-beats
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
projet-industriel
monitoring-logging
deploy-beats
Commits
fb610766
Commit
fb610766
authored
2 years ago
by
OKE Ulrich Enangnon
Browse files
Options
Downloads
Patches
Plain Diff
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
2 years ago
Stage: build
Stage: deploy
Stage: destroy
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
playbooks/templates/metricbeat-kubernetes-stubstatus.j2
+9
-8
9 additions, 8 deletions
playbooks/templates/metricbeat-kubernetes-stubstatus.j2
with
9 additions
and
8 deletions
playbooks/templates/metricbeat-kubernetes-stubstatus.j2
+
9
−
8
View file @
fb610766
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment