forked from k-space/kube
wildduck: Make wildflock HA
This commit is contained in:
parent
a00c85d5f6
commit
14617aad39
@ -67,7 +67,7 @@ spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: wildflock
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
@ -79,6 +79,11 @@ spec:
|
||||
ports:
|
||||
- containerPort: 3030
|
||||
env:
|
||||
- name: REDIS_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: redis-webmail-owner-secrets
|
||||
key: REDIS_MASTER_1_URI
|
||||
- name: CLIENT_URL
|
||||
value: https://wildflock.k-space.ee
|
||||
- name: WILDDUCK_DOMAIN
|
||||
|
Loading…
Reference in New Issue
Block a user