forked from k-space/kube
		
	@@ -6,9 +6,10 @@ metadata:
 | 
				
			|||||||
spec:
 | 
					spec:
 | 
				
			||||||
  displayName: Wildduck Webmail
 | 
					  displayName: Wildduck Webmail
 | 
				
			||||||
  uri: 'https://webmail.k-space.ee'
 | 
					  uri: 'https://webmail.k-space.ee'
 | 
				
			||||||
  allowedGroups:
 | 
					  allowedGroups: # duplicated by wildduck-operator StatefulSet
 | 
				
			||||||
    - k-space:floor
 | 
					    - k-space:floor
 | 
				
			||||||
    - k-space:friends
 | 
					    - k-space:friends
 | 
				
			||||||
 | 
					    - k-space:mailservice # wildduck-only, for info@k-space.ee et. al.
 | 
				
			||||||
  headerMapping:
 | 
					  headerMapping:
 | 
				
			||||||
    user: Remote-Username
 | 
					    user: Remote-Username
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -21,8 +21,8 @@ spec:
 | 
				
			|||||||
          env:
 | 
					          env:
 | 
				
			||||||
            - name: MANAGED_DOMAIN
 | 
					            - name: MANAGED_DOMAIN
 | 
				
			||||||
              value: k-space.ee
 | 
					              value: k-space.ee
 | 
				
			||||||
            - name: ALLOWED_GROUPS
 | 
					            - name: ALLOWED_GROUPS # also duplicated by OIDCMiddlewareClient
 | 
				
			||||||
              value: k-space:friends,k-space:floor
 | 
					              value: k-space:friends,k-space:floor,k-space:mailservice
 | 
				
			||||||
            - name: WILDDUCK_API_URL
 | 
					            - name: WILDDUCK_API_URL
 | 
				
			||||||
              value: http://wildduck-api:8080
 | 
					              value: http://wildduck-api:8080
 | 
				
			||||||
            - name: WILDDUCK_API_TOKEN
 | 
					            - name: WILDDUCK_API_TOKEN
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user