-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvalues_prod.yaml
72 lines (68 loc) · 1.88 KB
/
values_prod.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
---
## kube-prometheus-stack variables
## see cognigy-monitoring/values.yaml for details
kubepromstack:
prometheus:
prometheusSpec:
## Retention for Prometheus metrics in days
retention: "7d"
## Maximum retention size of Prometheus metrics, oldest data removed first
retentionSize: "10GB"
storageSpec:
volumeClaimTemplate:
spec:
resources:
requests:
## PVC size for Prometheus
storage: "15Gi"
## Grafana Configuration
grafana:
adminUser: admin
## admin User password, change to a secure password
adminPassword: strongpassword
ingress:
## set to expose grafana via an ingress
enabled: true
## specify Grafana external host
hosts:
- ""
## AlertManager routing configuration
alertmanager:
config:
receivers:
- name: 'null'
## Uncomment/Configure receiver as required
#- name: 'pagerduty'
# pagerduty_configs:
# - routing_key: PAGERDUTY_ROUTING_KEY
# severity: '{{ if .CommonLabels.severity }}{{ .CommonLabels.severity | toLower}}{{ else }}warning{{ end }}'
## enable Grafana dashobards for separate products
## see cognigy-monitoring/values.yaml for details
cognigy-dashboards:
products:
## Enable Cognigy.AI product dashboards
ai:
enabled: true
## Enable Live Agent Dashboards
la:
enabled: false
## Enable VoiceGateway Dashboards
vg:
enabled: false
services:
dashboards:
## Enable Postgres dashboard for LA and VG products
postgresql:
enabled: false
## Cognigy Alerts
cognigy-alerts:
rules:
## Enable Live Agent Alerts
la:
enabled: false
## Enable Voice Gateway Alerts
vg:
enabled: false
## Enable Postgres Alerts for LA and VG products
postgresql:
enabled: false