diff --git a/charts/stable/librephotos/templates/common.yaml b/charts/stable/librephotos/templates/common.yaml index 6c6067c70d4..5a4ed6ffe60 100644 --- a/charts/stable/librephotos/templates/common.yaml +++ b/charts/stable/librephotos/templates/common.yaml @@ -1,5 +1,3 @@ -{{- include "tc.common.loader.init" . }} +{{ include "tc.common.loader.all" . }} {{- include "librephotos.secrets" . }} - -{{ include "tc.common.loader.apply" . }} diff --git a/charts/stable/vikunja/templates/common.yaml b/charts/stable/vikunja/templates/common.yaml index 0c4c67c3f4e..e1966c5d121 100644 --- a/charts/stable/vikunja/templates/common.yaml +++ b/charts/stable/vikunja/templates/common.yaml @@ -1,5 +1,3 @@ -{{- include "tc.common.loader.init" . }} +{{ include "tc.common.loader.all" . }} {{- include "vikunja.secrets" . }} - -{{ include "tc.common.loader.apply" . }} diff --git a/charts/stable/vikunja/values.yaml b/charts/stable/vikunja/values.yaml index cdea70a4cc1..c5200779cad 100644 --- a/charts/stable/vikunja/values.yaml +++ b/charts/stable/vikunja/values.yaml @@ -27,11 +27,9 @@ configmap: nginx-config: |- server { listen 8080; - location / { proxy_pass http://localhost:80; } - location ~* ^/(api|dav|\.well-known)/ { proxy_pass http://localhost:3456; client_max_body_size {{ .Values.env.VIKUNJA_FILES_MAXSIZE | upper | trimSuffix "B" }};