Newer
Older
# password: CHANGE_ME
ingress:
enabled: true
annotations:
# Tell cert-manager to automatically get a TLS certificate
kubernetes.io/tls-acme: "true"
hosts:
- "files.your.domain"
# This information is important for cert-manager, if you use it.
tls:
- hosts:
- "files.your.domain"
secretName: files-cert
# Configure MariaDB chart

Syrine Neifar
committed
auth: {}
# password: CHANGE_ME
# rootPassword: CHANGE_ME
# Enable persistence
# primary:
# persistence:
# ## Enable mariadb persistence using Persistent Volume Claims.
# enabled: true
# size: 512Mi

Syrine Neifar
committed
auth: {}
# Shared redis password for Nextcloud and OnlyOffice
# password: CHANGE_ME
# persistence:
# enabled: true
# size: 2Gi
global:

Syrine Neifar
committed
onlyofficeDb: {}
# password: CHANGE_ME
onlyoffice:
# jwtSecret: CHANGE_ME
annotations:
# Tell cert-manager to automatically get a TLS certificate
kubernetes.io/tls-acme: "true"
tls:
- hosts:
- "office.your.domain"
secretName: office-cert
rabbitmq:

Syrine Neifar
committed
auth: {}
# password: CHANGE_ME
# apps controls which apps will be installed and enabled in nextcloud
# # apps[0].enabled needs to be set to true if you want to enable login via an external
# # oidc server. In that case you need to configure all the values in `oidc`
# enabled: false
# - name: onlyoffice
# enabled: true
# custom:
# # Apps you want to add that are not part of Stackspin defaults.
# - name: polls
# # Install an app from a github repository. This has the advantage that you
# # can pin the version number, so it does not get auto-updated to breaking
# # versions.
# # Note: you can use the version number in the release_filename variable if
# # needed, as written here:
# github_repository: nextcloud/polls
# version: 3.8.1
# release_filename: polls-{{ .version }}.tar.gz
# enabled: true
#
# oidc:
# providerUrl: https://sso.stackspin.example.net
# clientId: nextcloud
# # clientSecret: YouReallyNeedToChangeThis
# logoutUrl: https://sso.stackspin.example.net/oauth2/sessions/logout
# loginButtonText: Log in with OIDC
scim:
url: "https://files.example.com/index.php/apps/scimserviceprovider/"
token: JWT token