add helm charts
This commit is contained in:
26
backing-services/redis/auction-onsite-alpha.values.yaml
Normal file
26
backing-services/redis/auction-onsite-alpha.values.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
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
|
||||
Reference in New Issue
Block a user