Add redis service to cluster
This commit is contained in:
12
ansible-5/roles/prod.k3s/files/redis/values.yaml
Normal file
12
ansible-5/roles/prod.k3s/files/redis/values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user