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
a76135a9
Unverified
Commit
a76135a9
authored
4 years ago
by
paulfantom
Browse files
Options
Downloads
Patches
Plain Diff
manifests: regenerate
parent
2eed12b2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/kube-state-metrics-deployment.yaml
+21
-0
21 additions, 0 deletions
manifests/kube-state-metrics-deployment.yaml
with
21 additions
and
0 deletions
manifests/kube-state-metrics-deployment.yaml
+
21
−
0
View file @
a76135a9
...
...
@@ -31,6 +31,13 @@ spec:
-
--telemetry-port=8082
image
:
quay.io/coreos/kube-state-metrics:v1.9.7
name
:
kube-state-metrics
resources
:
limits
:
cpu
:
100m
memory
:
250Mi
requests
:
cpu
:
10m
memory
:
190Mi
-
args
:
-
--logtostderr
-
--secure-listen-address=:8443
...
...
@@ -41,6 +48,13 @@ spec:
ports
:
-
containerPort
:
8443
name
:
https-main
resources
:
limits
:
cpu
:
20m
memory
:
40Mi
requests
:
cpu
:
10m
memory
:
20Mi
securityContext
:
runAsGroup
:
65532
runAsNonRoot
:
true
...
...
@@ -55,6 +69,13 @@ spec:
ports
:
-
containerPort
:
9443
name
:
https-self
resources
:
limits
:
cpu
:
20m
memory
:
40Mi
requests
:
cpu
:
10m
memory
:
20Mi
securityContext
:
runAsGroup
:
65532
runAsNonRoot
:
true
...
...
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