Skip to content
Snippets Groups Projects
Commit e594ce4c authored by Ing. Klára Moravcová's avatar Ing. Klára Moravcová
Browse files

Merge branch 'update-monitoring' into 'master'

Fix CPUThrottlingHigh by increasing limits

See merge request !22
parents 00f195bf af8fa367
No related branches found
No related tags found
1 merge request!22Fix CPUThrottlingHigh by increasing limits
......@@ -52,10 +52,10 @@ prometheus:
resources: # limits pod resources
requests:
memory: '1Gi'
cpu: '100m'
cpu: '500m'
limits:
memory: '2Gi'
cpu: '500m'
cpu: '1000m'
alertmanager:
alertmanagerSpec:
......
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