wildduck: Switch to KeyDB

This commit is contained in:
2022-08-28 11:08:52 +03:00
parent 90927fb72e
commit f78bb031b7
2 changed files with 10 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ metadata:
name: webmail
namespace: wildduck
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
app: webmail
@@ -76,7 +76,7 @@ spec:
valueFrom:
secretKeyRef:
name: redis-secrets
key: REDIS_URL
key: REDIS_URI
volumes:
- name: webmail-config
projected:
@@ -125,3 +125,10 @@ spec:
- hosts:
- webmail.k-space.ee
secretName: webmail-tls
---
apiVersion: codemowers.io/v1alpha1
kind: KeyDBCluster
metadata:
name: redis
spec:
replicas: 3