Skip to content
Snippets Groups Projects
Commit a0368bd7 authored by Frederic Branczyk's avatar Frederic Branczyk Committed by GitHub
Browse files

Merge pull request #719 from svend/kube-state-metrics-resources

Omit static compute resource requests and limits from deployment
parents e722d911 73e3dffa
No related branches found
No related tags found
No related merge requests found
...@@ -22,13 +22,6 @@ spec: ...@@ -22,13 +22,6 @@ spec:
port: 8080 port: 8080
initialDelaySeconds: 5 initialDelaySeconds: 5
timeoutSeconds: 5 timeoutSeconds: 5
resources:
requests:
memory: 100Mi
cpu: 100m
limits:
memory: 200Mi
cpu: 200m
- name: addon-resizer - name: addon-resizer
image: gcr.io/google_containers/addon-resizer:1.0 image: gcr.io/google_containers/addon-resizer:1.0
resources: resources:
......
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