mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
* [bitnami/*] Migrate VIB's runtime_params to independent file Signed-off-by: FraPazGal <fdepaz@vmware.com> * Adapt several test suites to use standarised runtime_params file Signed-off-by: FraPazGal <fdepaz@vmware.com> * Update testing doc Signed-off-by: FraPazGal <fdepaz@vmware.com> * Apply suggestions from code review Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com> Signed-off-by: Francisco de Paz Galan <fdepaz@vmware.com> * Fix migration issues for assets using multiple Goss actions Signed-off-by: FraPazGal <fdepaz@vmware.com> * Fix migration issues with assets using the goss-wait directive Signed-off-by: FraPazGal <fdepaz@vmware.com> * Fix quoting-related issues Signed-off-by: FraPazGal <fdepaz@vmware.com> --------- Signed-off-by: FraPazGal <fdepaz@vmware.com> Signed-off-by: Francisco de Paz Galan <fdepaz@vmware.com> Co-authored-by: Jose Antonio Carmona <jcarmona@vmware.com>
48 lines
829 B
YAML
48 lines
829 B
YAML
architecture: replication
|
|
auth:
|
|
enabled: true
|
|
password: ComplicatedPassword123!4
|
|
master:
|
|
count: 1
|
|
disableCommands:
|
|
- FLUSHALL
|
|
- FLUSHDB
|
|
containerPorts:
|
|
redis: 6380
|
|
podSecurityContext:
|
|
enabled: true
|
|
fsGroup: 1002
|
|
containerSecurityContext:
|
|
enabled: true
|
|
runAsUser: 1002
|
|
kind: StatefulSet
|
|
persistence:
|
|
enabled: true
|
|
path: /data
|
|
service:
|
|
ports:
|
|
redis: 80
|
|
type: LoadBalancer
|
|
replica:
|
|
replicaCount: 3
|
|
containerPorts:
|
|
redis: 6380
|
|
podSecurityContext:
|
|
enabled: true
|
|
fsGroup: 1002
|
|
containerSecurityContext:
|
|
enabled: true
|
|
runAsUser: 1002
|
|
persistence:
|
|
enabled: true
|
|
path: /data
|
|
service:
|
|
ports:
|
|
redis: 6378
|
|
type: ClusterIP
|
|
sentinel:
|
|
enabled: false
|
|
serviceAccount:
|
|
create: true
|
|
automountServiceAccountToken: true
|