commit d042eee3e73c6950ab42bc333e38df3a1312aa63
parent 9aaabfc9c664122177ed65e7cca65be4d8ad5492
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Wed, 1 Oct 2025 15:37:09 +0200
Meow
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/apps/talos_cluster/mailserver/mailman.yaml b/apps/talos_cluster/mailserver/mailman.yaml
@@ -127,7 +127,7 @@ spec:
- name: POSTORIUS_TEMPLATE_BASE_URL
value: http://localhost:8000/
# serving static files by uwsgi
- - name: UWSGI_STATIC_MAP.
+ - name: UWSGI_STATIC_MAP
value: /static=/opt/mailman-web-data/static
- name: MAILMAN_ADMIN_USER
value: admin
@@ -164,8 +164,6 @@ spec:
secretKeyRef:
name: mailman-passwords
key: smtp_password
- - name: UWSGI_STATIC_MAP
- value: /static=/opt/mailman-web-data/static
# otherwise django cannot find the mysql driver.
#- name: DYLD_LIBRARY_PATH
# value: /usr/local/mysql/lib/