Skip to content
Snippets Groups Projects
Unverified Commit ad9be137 authored by Varac's avatar Varac
Browse files

Configure mongo user + db

parent 0c68c43d
No related branches found
No related tags found
No related merge requests found
......@@ -27,13 +27,14 @@ spec:
# Default env vars in container image: https://github.com/wekan/wekan/blob/master/Dockerfile
# Env vars explained: https://github.com/wekan/wekan/blob/master/docker-compose.yml
env:
- name: "PASSWORD_LOGIN_ENABLED"
value: "false"
# Debug OIDC OAuth2 etc
- name: "DEBUG"
value: "true"
- name: "MAIL_FROM"
value: "Wekan notifications <${outgoing_mail_from_address}>"
# Authentication
- name: "PASSWORD_LOGIN_ENABLED"
value: "false"
- name: "OAUTH2_ENABLED"
value: "TRUE"
- name: "OAUTH2_CLIENT_ID"
......@@ -95,6 +96,8 @@ spec:
enabled: true
architecture: standalone
auth:
username: wekan
database: wekan
existingSecret: oas-wekan-variables
podAnnotations:
# Let the backup system include rocketchat data stored in mongodb.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment