Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
prometheus-operator
kube-prometheus
Commits
88e11d48
Commit
88e11d48
authored
6 years ago
by
Matthias Loibl
Browse files
Options
Downloads
Patches
Plain Diff
*: Regenerate after adding securityContext to manifests
parent
dee254fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
jsonnetfile.lock.json
+1
-1
1 addition, 1 deletion
jsonnetfile.lock.json
manifests/alertmanager-alertmanager.yaml
+4
-0
4 additions, 0 deletions
manifests/alertmanager-alertmanager.yaml
manifests/prometheus-prometheus.yaml
+4
-0
4 additions, 0 deletions
manifests/prometheus-prometheus.yaml
with
9 additions
and
1 deletion
jsonnetfile.lock.json
+
1
−
1
View file @
88e11d48
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
"subdir"
:
"contrib/kube-prometheus/jsonnet/kube-prometheus"
"subdir"
:
"contrib/kube-prometheus/jsonnet/kube-prometheus"
}
}
},
},
"version"
:
"
433616b23b9c4bce759bc99c35ca2a66348c36b8
"
"version"
:
"
cc1d3b421e00f8891582ba9692b78814220c69c6
"
},
},
{
{
"name"
:
"ksonnet"
,
"name"
:
"ksonnet"
,
...
...
This diff is collapsed.
Click to expand it.
manifests/alertmanager-alertmanager.yaml
+
4
−
0
View file @
88e11d48
...
@@ -10,5 +10,9 @@ spec:
...
@@ -10,5 +10,9 @@ spec:
nodeSelector
:
nodeSelector
:
beta.kubernetes.io/os
:
linux
beta.kubernetes.io/os
:
linux
replicas
:
3
replicas
:
3
securityContext
:
fsGroup
:
2000
runAsNonRoot
:
true
runAsUser
:
1000
serviceAccountName
:
alertmanager-main
serviceAccountName
:
alertmanager-main
version
:
v0.15.3
version
:
v0.15.3
This diff is collapsed.
Click to expand it.
manifests/prometheus-prometheus.yaml
+
4
−
0
View file @
88e11d48
...
@@ -22,6 +22,10 @@ spec:
...
@@ -22,6 +22,10 @@ spec:
matchLabels
:
matchLabels
:
prometheus
:
k8s
prometheus
:
k8s
role
:
alert-rules
role
:
alert-rules
securityContext
:
fsGroup
:
2000
runAsNonRoot
:
true
runAsUser
:
1000
serviceAccountName
:
prometheus-k8s
serviceAccountName
:
prometheus-k8s
serviceMonitorNamespaceSelector
:
{}
serviceMonitorNamespaceSelector
:
{}
serviceMonitorSelector
:
{}
serviceMonitorSelector
:
{}
...
...
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