Merge pull request #2485 from goll/addon-resizer

Use recommended addon-resizer 1.8.4
This commit is contained in:
Frederic Branczyk
2019-03-18 13:38:34 +01:00
committed by GitHub
15 changed files with 512 additions and 216 deletions

View File

@@ -49,13 +49,13 @@ local kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + {
name: 'example-group',
rules: [
{
alert: 'DeadMansSwitch',
alert: 'Watchdog',
expr: 'vector(1)',
labels: {
severity: 'none',
},
annotations: {
description: 'This is a DeadMansSwitch meant to ensure that the entire alerting pipeline is functional.',
description: 'This is a Watchdog meant to ensure that the entire alerting pipeline is functional.',
},
},
],