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:
@@ -1,5 +1,3 @@
|
||||
{{- include "tc.common.loader.init" . }}
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
|
||||
{{- include "librephotos.secrets" . }}
|
||||
|
||||
{{ include "tc.common.loader.apply" . }}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
{{- include "tc.common.loader.init" . }}
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
|
||||
{{- include "vikunja.secrets" . }}
|
||||
|
||||
{{ include "tc.common.loader.apply" . }}
|
||||
|
||||
@@ -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" }};
|
||||
|
||||
Reference in New Issue
Block a user