fix: use unified external redis for sorcerer and atlantis

This commit is contained in:
2024-12-23 07:31:14 +01:00
parent 50aabe96b8
commit 1a39118763
8 changed files with 41 additions and 131 deletions
-37
View File
@@ -1,37 +0,0 @@
image:
repository: redis/redis-stack-server
tag: 7.2.0-v10
architecture: replication
replica:
replicaCount: 2
command:
- "/opt/redis-stack/bin/redis-server"
- "--loadmodule"
- "/opt/redis-stack/lib/redisearch.so"
- "MAXSEARCHRESULTS"
- "10000"
- "MAXAGGREGATERESULTS"
- "10000"
- "--loadmodule"
- "/opt/redis-stack/lib/rejson.so"
auth:
enabled: true
sentinel: true
password: ""
usePasswordFiles: false
existingSecretPasswordKey: ""
# existingSecret: staging-redis
master:
resources:
limits:
ephemeral-storage: 1024Mi
memory: 192Mi
requests:
cpu: 150m
ephemeral-storage: 50Mi
memory: 128Mi