wildduck: add mailservice group

This commit is contained in:
rasmus 2025-04-22 12:33:13 +03:00
parent f82caf1751
commit ce2e6568b1
2 changed files with 4 additions and 3 deletions

@ -6,9 +6,10 @@ metadata:
spec:
displayName: Wildduck Webmail
uri: 'https://webmail.k-space.ee'
allowedGroups:
allowedGroups: # duplicated by wildduck-operator StatefulSet
- k-space:floor
- k-space:friends
- k-space:mailservice # wildduck-only, for info@k-space.ee et. al.
headerMapping:
user: Remote-Username
---

@ -21,8 +21,8 @@ spec:
env:
- name: MANAGED_DOMAIN
value: k-space.ee
- name: ALLOWED_GROUPS
value: k-space:friends,k-space:floor
- name: ALLOWED_GROUPS # also duplicated by OIDCMiddlewareClient
value: k-space:friends,k-space:floor,k-space:mailservice
- name: WILDDUCK_API_URL
value: http://wildduck-api:8080
- name: WILDDUCK_API_TOKEN