sparse values files

This commit is contained in:
Dominik Chilla 2022-10-04 16:11:10 +02:00
parent 60a0723c77
commit 3ce089c218
2 changed files with 78 additions and 3357 deletions

View File

@ -594,13 +594,21 @@ Download values file for prometheus-stack helm chart and replace any macros with
* %SERVICE_FQDN% -> Service FQDN * %SERVICE_FQDN% -> Service FQDN
* %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 of prometheus/alertmanager, e.g. 4Gi
* %PVC_STORAGE_SIZE_GRAFANA% -> size of persistent storage of grafana, e.g. 1Gi * %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%
* %SMTP_SENDER_ADDRESS% * %SMTP_SENDER_ADDRESS%
* %SMTP_FROM_HEADER% * %SMTP_FROM_HEADER%
* %LDAP_SERVER%
* %LDAP_PORT%
* %LDAP_BINDDN%
* %LDAP_BINDPW%
* %LDAP_USER_BASE%
* %LDAP_USER_SEARCHFILTER%
* %LDAP_ADMIN_GROUPDN%
* %LDAP_EDITOR_GROUPDN%
``` ```
wget https://gitea.zwackl.de/dominik/k3s/raw/branch/master/prom-stack-values.yaml wget https://gitea.zwackl.de/dominik/k3s/raw/branch/master/prom-stack-values.yaml
``` ```

File diff suppressed because it is too large Load Diff