Version bump cert-manager, argo-cd, new EFS multi PVC feature and switch to new kube-prometheus charts #28

Merged
stefan merged 8 commits from kube-prometheus into master 2020-10-21 12:32:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 31bcd30c41 - Show all commits

View File

@ -173,7 +173,7 @@ prometheus-adapter:
containerLabel: container
memory:
containerQuery: sum(container_memory_working_set_bytes{<<.LabelMatchers>>,container!="POD",container!="",pod!=""}) by (<<.GroupBy>>)
nodeQuery: sum(container_memory_working_set_bytes{<<.LabelMatchers>>,id='/'}) by (<<.GroupBy>>)
nodeQuery: sum(node_memory_MemTotal_bytes{job="node-exporter",<<.LabelMatchers>>} - node_memory_MemAvailable_bytes{job="node-exporter",<<.LabelMatchers>>}) by (<<.GroupBy>>)
resources:
overrides:
node: