mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-27 17:31:51 +02:00
Merge pull request #488 from johanneswuerbach/fix-window
prometheus-adapter: Fix rules window
This commit is contained in:
commit
d1c90625b1
@ -54,7 +54,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
|
||||
},
|
||||
containerLabel: 'container'
|
||||
},
|
||||
window: 5,
|
||||
window: '5m',
|
||||
},
|
||||
}
|
||||
},
|
||||
|
@ -26,7 +26,7 @@ data:
|
||||
"resource": "namespace"
|
||||
"pod":
|
||||
"resource": "pod"
|
||||
"window": 5
|
||||
"window": "5m"
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: adapter-config
|
||||
|
Loading…
x
Reference in New Issue
Block a user