master #9

Merged
stefan merged 96 commits from master into stable 2020-08-24 11:15:28 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 61196f4ccc - Show all commits

View File

@ -121,6 +121,7 @@ prometheus-adapter:
# Basic rules for HPA to work replacing heaptster, taken from kube-prometheus project
# https://github.com/coreos/kube-prometheus/blob/master/manifests/prometheus-adapter-configMap.yaml
rules:
default: false
resource:
cpu:
containerQuery: sum(rate(container_cpu_usage_seconds_total{<<.LabelMatchers>>}[3m])) by (<<.GroupBy>>)