grafana: deployment strategy; root_url for alerting
This commit is contained in:
parent
2f1deb0215
commit
60a0723c77
@ -595,6 +595,7 @@ Download values file for prometheus-stack helm chart and replace any macros with
|
|||||||
* %MASTER_NODE_IPV4_ADDR% -> IPv4 address of your cluster master node
|
* %MASTER_NODE_IPV4_ADDR% -> IPv4 address of your cluster master node
|
||||||
* %PVC_STORAGECLASS% -> your storageclass for persistent storage
|
* %PVC_STORAGECLASS% -> your storageclass for persistent storage
|
||||||
* %PVC_STORAGE_SIZE% -> size of persistent storage, e.g. 4Gi
|
* %PVC_STORAGE_SIZE% -> size of persistent storage, e.g. 4Gi
|
||||||
|
* %PVC_STORAGE_SIZE_GRAFANA% -> size of persistent storage of grafana, e.g. 1Gi
|
||||||
* %SMTP_HOST%
|
* %SMTP_HOST%
|
||||||
* %SMTP_USER%
|
* %SMTP_USER%
|
||||||
* %SMTP_PASSWORD%
|
* %SMTP_PASSWORD%
|
||||||
@ -911,4 +912,4 @@ kubectl get namespace "stucked-namespace" -o json \
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Deleting stuck CRDs <a name="user-content-ts-delete-stuck-crd"></a>
|
## Deleting stuck CRDs <a name="user-content-ts-delete-stuck-crd"></a>
|
||||||
https://github.com/kubernetes/kubernetes/issues/60538#issuecomment-369099998
|
https://github.com/kubernetes/kubernetes/issues/60538#issuecomment-369099998
|
||||||
|
|||||||
@ -713,6 +713,10 @@ alertmanager:
|
|||||||
grafana:
|
grafana:
|
||||||
enabled: true
|
enabled: true
|
||||||
namespaceOverride: ""
|
namespaceOverride: ""
|
||||||
|
|
||||||
|
# https://github.com/prometheus-community/helm-charts/issues/436#issuecomment-867472963
|
||||||
|
deploymentStrategy:
|
||||||
|
type: Recreate
|
||||||
|
|
||||||
# https://github.com/prometheus-community/helm-charts/issues/436#issuecomment-740664621
|
# https://github.com/prometheus-community/helm-charts/issues/436#issuecomment-740664621
|
||||||
persistence:
|
persistence:
|
||||||
@ -727,6 +731,8 @@ grafana:
|
|||||||
|
|
||||||
# h%ttps://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:
|
||||||
|
server:
|
||||||
|
root_url: 'https://%SERVICE_FQDN%/'
|
||||||
smtp:
|
smtp:
|
||||||
enabled: true
|
enabled: true
|
||||||
# SMTP config follows here as per
|
# SMTP config follows here as per
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user