Compare commits

...

3 Commits

2 changed files with 13 additions and 2 deletions

View File

@ -264,7 +264,7 @@ https://kubernetes.github.io/ingress-nginx/deploy/#using-helm
``` ```
$ kubectl create ns ingress-nginx $ kubectl create ns ingress-nginx
$ helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx $ helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
$ helm install nginx-ingress ingress-nginx/ingress-nginx -n ingress-nginx $ helm -n ingress-nginx install ingress-nginx ingress-nginx/ingress-nginx
``` ```
``` ```
$ kubectl -n ingress-nginx get all $ kubectl -n ingress-nginx get all

View File

@ -713,8 +713,19 @@ alertmanager:
grafana: grafana:
enabled: true enabled: true
namespaceOverride: "" namespaceOverride: ""
# https://github.com/prometheus-community/helm-charts/issues/436#issuecomment-740664621
persistence:
enabled: true
type: pvc
storageClassName: %PVC_STORAGECLASS%
accessModes:
- ReadWriteOnce
size: %PVC_STORAGE_SIZE_GRAFANA%
finalizers:
- kubernetes.io/pvc-protection
# https://github.com/prometheus-community/helm-charts/issues/1969#issuecomment-1119567241 # h%ttps://github.com/prometheus-community/helm-charts/issues/1969#issuecomment-1119567241
grafana.ini: grafana.ini:
smtp: smtp:
enabled: true enabled: true