infra-charts/rio/values.yaml

30 lines
809 B
YAML

image: git.polynom.me/papatutuwawa/rio
imageTag: "20240721-1"
config:
# Secret to mount under /etc/rio/secrets/
secretName: rio
# Domain to serve the domains under
domain: example.org
# URL of the Gitea instance to serve from
giteaUrl: https://gitea.example.org
# DNS provider to use
acme:
# The DNS provider to use
dnsProvider: example
# Extra environment variabls to use for that provider
env: []
# The EMail to use to register with the ACME provider
email: user@example.org
# The ACME server to use
server: https://acme-staging-v02.api.letsencrypt.org/directory
metrics:
# Send metrics to a collection server
enabled: false
# URL of the collection server
url: ...
pvc:
# Storage class to use for the data PVC
storageClass: local-path