forked from adfinis/helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
42 lines (41 loc) · 1.37 KB
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
prometheus:
# -- Create prometheus-operator resources
enabled: true
rule:
# -- Create PrometheusRule resource
enabled: true
# -- Optional Namespace for PrometheusRule resource
namespace: ""
# -- Additional Labels for PrometheusRule resource
additionalLabels: {}
alerts:
# -- Enable CertManagerAbsent alert
absent: true
# -- Enable CertManagerExpirySoon alert
expirysoon: true
# -- Enable CertManagerCertNotReady alert
certnotready: true
# -- Enable CertManagerHittingRateLimits alert
hittingratelimits: true
alertConfigs:
absent:
# -- Configure job label for CertManagerAbsent alert.
job: "cert-manager"
# -- Add additional alerts to the cert-manager group
additionalAlerts: []
# - alert: CertManagerCertificateReadyStatus
# annotations:
# description: 'Certificate for "{{`{{ $labels.name }}`}}" is not ready.'
# summary: Certificate is not ready
# expr: certmanager_certificate_ready_status{condition="False"} == 1
# labels:
# severity: critical
grafana:
# -- Enable deploying cert-manager dashboard to Grafana
enabled: false
# -- Add `grafana_dashboard: "1"` default label
defaultLabel: true
# -- Extra labels for dashboard ConfigMap
extraLabels: {}
# -- Extra annotations for dashboard ConfigMap
extraAnnotations: {}