fix(librephotos, vikunja): fix rediscreds not found (#2952)

* fix(vikunja): fix

* ?

* try again

* try

* fix(librephotos): fix missing rediscreds

* revert scalar
This commit is contained in:
Stavros Kois
2022-06-23 09:13:51 +03:00
committed by GitHub
parent 01961e68c0
commit d426cb6155
3 changed files with 2 additions and 8 deletions
@@ -1,5 +1,3 @@
{{- include "tc.common.loader.init" . }}
{{ include "tc.common.loader.all" . }}
{{- include "librephotos.secrets" . }}
{{ include "tc.common.loader.apply" . }}
+1 -3
View File
@@ -1,5 +1,3 @@
{{- include "tc.common.loader.init" . }}
{{ include "tc.common.loader.all" . }}
{{- include "vikunja.secrets" . }}
{{ include "tc.common.loader.apply" . }}
-2
View File
@@ -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" }};