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
``` This application is managed by
kubectl -n wildduck apply -f application.yml [ArgoCD](https://argocd.k-space.ee/applications/argocd/wildduck)
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)
```

View File

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

View File

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

View File

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