26 lines
442 B
YAML
26 lines
442 B
YAML
global:
|
|
redis:
|
|
password: "Auction12"
|
|
|
|
auth:
|
|
service:
|
|
type: ClusterIP
|
|
|
|
enabled: true
|
|
sentinel: true
|
|
password: "Auction12"
|
|
|
|
architecture: standalone
|
|
|
|
# replica:
|
|
# serviceAccount:
|
|
# create: true
|
|
# name: "redisservcieaccount"
|
|
# automountServiceAccountToken: true
|
|
# annotations: {}
|
|
|
|
# persistence:
|
|
# enabled: true
|
|
# path: /data
|
|
# storageClass: "efs-sc"
|
|
# size: 2Gi |