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
|
secretName: minio-tls # Overridden by CI
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
enabled: false
|
enabled: true
|
||||||
|
|
||||||
waitForDatabase: true
|
waitForDatabase: true
|
||||||
|
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ minioIngress:
|
|||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
enabled: false
|
enabled: true
|
||||||
|
|
||||||
waitForDatabase: true
|
waitForDatabase: true
|
||||||
|
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ minioIngress:
|
|||||||
|
|
||||||
# Redis subchart configuration (for future caching)
|
# Redis subchart configuration (for future caching)
|
||||||
redis:
|
redis:
|
||||||
enabled: false
|
enabled: true
|
||||||
image:
|
image:
|
||||||
registry: containers.global.bsf.tools
|
registry: containers.global.bsf.tools
|
||||||
repository: bitnami/redis
|
repository: bitnami/redis
|
||||||
|
|||||||
Reference in New Issue
Block a user