add helm charts
This commit is contained in:
24
backing-services/redis/schoolbuses.values.yaml
Normal file
24
backing-services/redis/schoolbuses.values.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
global:
|
||||
storageClass: "efs-sc"
|
||||
redis:
|
||||
password: ""
|
||||
|
||||
auth:
|
||||
persistence:
|
||||
storageClass: "efs-sc"
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
# 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