Files
charts/.vib/redis/runtime-parameters.yaml
Javier J. Salmerón-García 08679ba3a0 [bitnami/redis] fix: 🔒 Move service-account token auto-mount to pod declaration (#22455)
* [bitnami/redis] fix: 🔒 Move service-account token auto-mount to pod declaration

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* test:  Update goss test to reflect new value

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

* fix: 🐛 Remove duplicate deployment value

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>

---------

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
Signed-off-by: Javier J. Salmerón-García <jsalmeron@vmware.com>
2024-01-22 14:18:46 +01:00

47 lines
832 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
serviceAccount:
create: true
automountServiceAccountToken: true
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