Standardize config.

This commit is contained in:
2026-05-23 19:51:33 +00:00
parent e2e3f730a5
commit 6b5325c6f3
87 changed files with 426 additions and 531 deletions

View File

@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: worker
image: {{ .workerImage }}
image: loomio/loomio:latest
env:
- name: TASK
value: worker
@@ -46,7 +46,7 @@ spec:
name: loomio-secrets
key: secretCookieToken
- name: ACTIVE_STORAGE_SERVICE
value: {{ .activeStorageService }}
value: local
- name: SMTP_AUTH
value: {{ .smtp.auth }}
- name: SMTP_DOMAIN