Compare commits
No commits in common. "2f1deb0215ffece7ca3701521b5d01648b71d73a" and "64da4f9a90f9ecdec9a77ac2d6e24516b321d6da" have entirely different histories.
2f1deb0215
...
64da4f9a90
@ -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 -n ingress-nginx install ingress-nginx ingress-nginx/ingress-nginx
|
$ helm install nginx-ingress ingress-nginx/ingress-nginx -n ingress-nginx
|
||||||
```
|
```
|
||||||
```
|
```
|
||||||
$ kubectl -n ingress-nginx get all
|
$ kubectl -n ingress-nginx get all
|
||||||
|
|||||||
@ -714,18 +714,7 @@ grafana:
|
|||||||
enabled: true
|
enabled: true
|
||||||
namespaceOverride: ""
|
namespaceOverride: ""
|
||||||
|
|
||||||
# https://github.com/prometheus-community/helm-charts/issues/436#issuecomment-740664621
|
# https://github.com/prometheus-community/helm-charts/issues/1969#issuecomment-1119567241
|
||||||
persistence:
|
|
||||||
enabled: true
|
|
||||||
type: pvc
|
|
||||||
storageClassName: %PVC_STORAGECLASS%
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
size: %PVC_STORAGE_SIZE_GRAFANA%
|
|
||||||
finalizers:
|
|
||||||
- kubernetes.io/pvc-protection
|
|
||||||
|
|
||||||
# h%ttps://github.com/prometheus-community/helm-charts/issues/1969#issuecomment-1119567241
|
|
||||||
grafana.ini:
|
grafana.ini:
|
||||||
smtp:
|
smtp:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user