forked from openedx/openedx-k8s-harmony
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues-example.yaml
47 lines (36 loc) · 907 Bytes
/
values-example.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
clusterDomain: "example.com"
ingress-nginx:
controller:
config:
proxy-body-size: 100m
cert-manager:
# Set your email address here so auto-generated HTTPS certs will work:
email: "[email protected]"
elasticsearch:
enabled: false
metricsserver:
enabled: false
vpa:
enabled: false
opensearch:
enabled: false
prometheusstack:
enabled: false
grafana:
enabled: false
ingress:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: "harmony-letsencrypt-global"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- grafana.example.com
tls:
- secretName: promstack-ingress-tls
hosts:
- grafana.example.com
# alertmanager:
# config: {} # Set it using `--set-file prometheusstack.alertmanager.config=<path-to-file>`
k8sdashboard:
enabled: false