Switch to Vanilla Redis

This commit is contained in:
Lauri Võsandi 2023-07-30 11:55:17 +03:00
parent 19ad42bd2b
commit aba2327740
1 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,12 @@
---
apiVersion: codemowers.cloud/v1beta1
kind: RedisClaim
metadata:
name: webmail
spec:
class: ephemeral
capacity: 100Mi
---
apiVersion: codemowers.io/v1alpha1
kind: OIDCGWMiddlewareClient
metadata:
@ -86,8 +94,8 @@ spec:
- name: APPCONF_dbs_redis
valueFrom:
secretKeyRef:
name: redis-secrets
key: REDIS_URI
name: redis-webmail-owner-secrets
key: REDIS_MASTER_0_URI
volumes:
- name: webmail-config
projected:
@ -134,10 +142,3 @@ spec:
tls:
- hosts:
- "*.k-space.ee"
---
apiVersion: codemowers.io/v1alpha1
kind: KeyDBCluster
metadata:
name: redis
spec:
replicas: 3