Add redis service to cluster

This commit is contained in:
2023-03-23 19:23:20 -04:00
parent 463ac84e3a
commit 2d770a9fcd
6 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
# redis values
# https://bitnami.com/stack/redis/helm
# https://github.com/bitnami/charts/tree/main/bitnami/redis/
## @param architecture Redis® architecture. Allowed values: `standalone` or `replication`
##
architecture: standalone
auth:
## @param auth.enabled Enable password authentication
##
enabled: false