Newer
Older
password: Set a password here
ingress:
enabled: true
annotations:
# Tell traefik to automatically get a TLS certificate
kubernetes.io/tls-acme: "true"
hosts:
- "files.your.domain"
# Enable and configure MariaDB chart
mariadb:
db:
password: Set a mysql password
master:
persistence:
## Enable PostgreSQL persistence using Persistent Volume Claims.
enabled: true
size: 512Mi
replication:
enabled:
false
rootUser:
password: Set a mysql root user password
onlyoffice:
server_name: "office.your.domain"
jwtSecret: Set any random secret for JWT here
ingress:
enabled: true
paths:
- "/"
hosts:
- "office.your.domain"
postgresql:
postgresqlPassword: Set a password for postgresql
rabbitmq:
rabbitmq:
password: Set a password for rabbitmq here
sociallogin:
server_name: sso.oas.example.net
client_id: nextcloud
client_secret: "YouReallyNeedToChangeThis"