switch to sentinal
All checks were successful
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Successful in 2m21s

This commit is contained in:
2025-09-18 20:31:44 -05:00
parent 234c2c6a42
commit 2f4514278d
2 changed files with 8 additions and 1 deletions

View File

@@ -14,9 +14,16 @@ spec:
fsGroup: 1000
redisSentinelConfig:
redisReplicationName: redis-replication-directus
redisReplicationPassword:
secretKeyRef:
name: directus-redis-config
key: password
kubernetesConfig:
image: quay.io/opstree/redis-sentinel:v8.2.1
imagePullPolicy: IfNotPresent
redisSecret:
name: directus-redis-config
key: password
resources:
requests:
cpu: 10m

View File

@@ -66,7 +66,7 @@ directus:
- name: REDIS_ENABLED
value: true
- name: REDIS_HOST
value: redis-replication-directus-master
value: redis-sentinel-directus-sentinel
- name: REDIS_PORT
value: 6379
- name: REDIS_USERNAME