Files
apps
adguard
files
finance
homeassistant
homepage
immich
media
monitoring
dashboards
grafana-admin.sealedsecret.yaml
grafana.ingress.yaml
grafana.pvc.yaml
grafana.values.yaml
influxdb.pvc.yaml
influxdb.values.yaml
kustomization.yaml
namespace.yaml
telegraf-speedtest.values.yaml
ntfy
recipes
rss
todos
whoami
infrastructure
kluster-deployments
.gitignore
.gitmodules
README.md
renovate.json
k3s-infra/apps/monitoring/influxdb.values.yaml
2023-12-18 12:44:34 +01:00

27 lines
586 B
YAML

## Create default user through docker entrypoint
## Defaults indicated below
##
adminUser:
organization: "influxdata"
bucket: "default"
user: "admin"
retention_policy: "0s"
## Leave empty to generate a random password and token.
## Or fill any of these values to use fixed values.
password: ""
token: ""
## Persist data to a persistent volume
##
persistence:
enabled: true
## If true will use an existing PVC instead of creating one
useExisting: true
## Name of existing PVC to be used in the influx deployment
name: influxdb-nfs
ingress:
enabled: false