feat(owncloud): Added first draft for owncloud deployment

This commit is contained in:
Daniël Groothuis
2025-11-01 20:25:59 +01:00
parent 9cac63a132
commit c20e5f2d34

View File

@@ -455,10 +455,9 @@ ingress:
labels: {} labels: {}
# -- Ingress TLS configuration. # -- Ingress TLS configuration.
tls: tls:
tls: - secretName: owncloud-tls
- secretName: owncloud-tls hosts:
hosts: - cloud.dgse.cloud
- cloud.dgse.cloud
# -- Resources to apply to all init containers. # -- Resources to apply to all init containers.
initResources: {} initResources: {}