fix: simplyfy redis, and run staging in standalone mode

This commit is contained in:
Jonas Juselius
2024-06-10 10:01:03 +02:00
parent 50925f3f9e
commit 156da412f3
10 changed files with 31 additions and 81 deletions
+10 -2
View File
@@ -1,5 +1,13 @@
replica:
replicaCount: 2
architecture: replication
auth:
enabled: true
sentinel: true
password: ""
usePasswordFiles: false
existingSecretPasswordKey: ""
existingSecret: prod-redis
service:
nodePorts:
redis: 30379