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
|
||||||
|
|
||||||
```
|
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)
|
|
||||||
```
|
|
||||||
|
@ -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:
|
||||||
|
@ -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:
|
||||||
|
@ -77,6 +77,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
app: wildflock
|
app: wildflock
|
||||||
spec:
|
spec:
|
||||||
|
revisionHistoryLimit: 0
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: wildflock
|
app: wildflock
|
||||||
|
Loading…
Reference in New Issue
Block a user