From 60e8414229e66ca3f9ad0c9d6dc7e1ef73991fce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20F=C3=BCrmann?= Date: Fri, 3 Jan 2025 17:59:34 +0100 Subject: [PATCH] update cryptpad config --- applications/cryptpad.yaml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/applications/cryptpad.yaml b/applications/cryptpad.yaml index 5ce18ef..9113863 100644 --- a/applications/cryptpad.yaml +++ b/applications/cryptpad.yaml @@ -13,16 +13,27 @@ spec: targetRevision: 0.0.20 helm: values: | + persistence: + cryptpad: + blob: + size: 5Gi + block: + size: 5Gi + data: + size: 5Gi + datastore: + size: 5Gi ingress: enabled: true className: nginx annotations: cert-manager.io/cluster-issuer: le-staging hosts: - - host: cryptpad.lab.weltraumpflege.org - host: ola.lol tls: - - secretName: cryptpad-tls + - secretName: cryptpad-tls-ola-lol + hosts: + - ola.lol - path: manifests/cryptpad repoURL: "https://github.com/openlab-aux/k8s" targetRevision: main