Disabled Redis by default

This commit is contained in:
Yurii Vlasov 2023-01-31 19:55:51 +02:00
parent 6f21fec42b
commit 496bf81f8e
1 changed files with 4 additions and 4 deletions

View File

@ -35,8 +35,8 @@ frontend:
# Overrides the image tag whose default is the chart appVersion.
tag: ""
podSecurityContext:
fsGroup: 1000
podSecurityContext: {}
# fsGroup: 1000
securityContext:
capabilities:
@ -146,7 +146,7 @@ api:
enabled: true
type: redis
redis:
enabled: true
enabled: false
host: ""
password: ""
db: 0
@ -285,7 +285,7 @@ postgresql: {}
# │┬┘├─ │ ││└─┐
# ┘└┘┴─┘┘─┘┘──┘
redisEnabled: true
redisEnabled: false
# Please refer to Redis subchart for a full list of possible values
redis: {}