nextcloud collabora

This commit is contained in:
2025-01-07 12:55:42 -05:00
parent a9128f7caf
commit 9e8d5fc98d
4 changed files with 56 additions and 0 deletions

View File

@@ -58,6 +58,31 @@ spec:
global:
storageClass: longhorn
collabora:
enabled: true
collabora:
existingSecret:
enabled: true
secretName: "collabora-secret"
usernameKey: "username"
passwordKey: "password"
ingress:
enabled: true
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
hosts:
- host: collabora.michaelthomson.dev
paths:
- path: /
pathType: ImplementationSpecific
tls:
- hosts:
- collabora.michaelthomson.dev
secretName: letsencrypt-wildcard-cert-michaelthomson.dev
cronjob:
enabled: true