wildduck: Updates

This commit is contained in:
Lauri Võsandi 2023-08-19 10:01:09 +03:00
parent 06757a81e5
commit 90076f2dde
4 changed files with 6 additions and 12 deletions

View File

@ -1,13 +1,4 @@
To deploy replace the API secret in configmaps/webmail.yml and:
# Wildduck stack
```
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)
```
This application is managed by
[ArgoCD](https://argocd.k-space.ee/applications/argocd/wildduck)

View File

@ -64,6 +64,7 @@ metadata:
name: webmail
namespace: wildduck
spec:
revisionHistoryLimit: 0
replicas: 2
selector:
matchLabels:

View File

@ -31,6 +31,7 @@ metadata:
name: wildduck-exporter
namespace: wildduck
spec:
revisionHistoryLimit: 0
replicas: 1
selector:
matchLabels:

View File

@ -77,6 +77,7 @@ metadata:
labels:
app: wildflock
spec:
revisionHistoryLimit: 0
selector:
matchLabels:
app: wildflock