Set cpu/memory resources requests/limits for some addons

* Set resource requests and limits for Grafana and CLUO
* Set resource requests for Prometheus, but allow usage
to grow since needs vary widely
* Leave nginx without resource requests/limits for now,
its typically well behaved
This commit is contained in:
Dalton Hubble
2019-03-20 00:15:08 -07:00
parent 1feefbe9c6
commit 6dd2731046
4 changed files with 58 additions and 39 deletions

View File

@ -28,6 +28,10 @@ spec:
ports:
- name: web
containerPort: 9090
resources:
requests:
cpu: 100m
memory: 200Mi
volumeMounts:
- name: config
mountPath: /etc/prometheus