From d15ff6c2c08e15cf2f4d8abb0d6f3e50b543476e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Sat, 1 Nov 2025 23:16:54 +0100 Subject: [PATCH] feat(nextcloud): Added first draft for nextcloud deployment --- manifests/artemis/nextcloud/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/artemis/nextcloud/values.yaml b/manifests/artemis/nextcloud/values.yaml index 17f6340..ca10bd4 100644 --- a/manifests/artemis/nextcloud/values.yaml +++ b/manifests/artemis/nextcloud/values.yaml @@ -30,7 +30,7 @@ ingress: tls: - secretName: nextcloud-tls hosts: - - nextcloud.kube.home + - nextcloud.dgse.cloud labels: {} path: / pathType: Prefix