forked from k-space/kube
wildduck: Updates
This commit is contained in:
parent
06757a81e5
commit
90076f2dde
@ -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)
|
||||
|
@ -64,6 +64,7 @@ metadata:
|
||||
name: webmail
|
||||
namespace: wildduck
|
||||
spec:
|
||||
revisionHistoryLimit: 0
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -31,6 +31,7 @@ metadata:
|
||||
name: wildduck-exporter
|
||||
namespace: wildduck
|
||||
spec:
|
||||
revisionHistoryLimit: 0
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -77,6 +77,7 @@ metadata:
|
||||
labels:
|
||||
app: wildflock
|
||||
spec:
|
||||
revisionHistoryLimit: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
app: wildflock
|
||||
|
Loading…
Reference in New Issue
Block a user