Add non-clustered redis as sub-chart #672

Merged
pat-s merged 20 commits from refs/pull/672/head into main 2024-07-07 09:57:17 +00:00
Showing only changes of commit 4edc34ca84 - Show all commits

View File

@ -488,12 +488,12 @@ redis-cluster:
## @param redis.replica.replicaCount Number of replicas under master(s)
redis:
enabled: false
architecture: replication
architecture: standalone
global:
redis:
password: changeme
replica:
replicaCount: 3
replicaCount: 1
## @section postgresql-ha
#