nextcloud: nextcloud: host: "files.your.domain" 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-documentserver: ingress: enabled: true paths: - "/" hosts: - "office.your.domain" onlyoffice: server_name: "office.your.domain" mariadb: enabled: true