kube/wildduck
Lauri Võsandi 4686108f42 Switch to wildcard *.k-space.ee certificate 2022-10-14 14:32:36 +03:00
..
.gitignore Remove symlink method of adding Redis/KeyDB instances 2022-08-28 11:24:09 +03:00
README.md wildduck: Switch to KeyDB 2022-08-28 11:08:52 +03:00
application.yml Switch to wildcard *.k-space.ee certificate 2022-10-14 14:32:36 +03:00

README.md

To deploy replace the API secret in configmaps/webmail.yml and:

kubectl -n wildduck apply -f application.yml
kubectl -n wildduck rollout restart deployment/webmail

To generate secrets:

 kubectl create secret generic -n wildduck wildduck \
    --from-literal=WILDDUCK_API_TOKEN=$(cat /dev/urandom | base64 | head -c 30)