infra: enable Redis in Helm chart values for all environments
This commit is contained in:
@@ -228,7 +228,7 @@ minioIngress:
|
||||
secretName: minio-tls # Overridden by CI
|
||||
|
||||
redis:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
waitForDatabase: true
|
||||
|
||||
|
||||
@@ -140,7 +140,7 @@ minioIngress:
|
||||
enabled: false
|
||||
|
||||
redis:
|
||||
enabled: false
|
||||
enabled: true
|
||||
|
||||
waitForDatabase: true
|
||||
|
||||
|
||||
@@ -146,7 +146,7 @@ minioIngress:
|
||||
|
||||
# Redis subchart configuration (for future caching)
|
||||
redis:
|
||||
enabled: false
|
||||
enabled: true
|
||||
image:
|
||||
registry: containers.global.bsf.tools
|
||||
repository: bitnami/redis
|
||||
|
||||
Reference in New Issue
Block a user