add helm charts
This commit is contained in:
41
backing-services/redis/schoolbus-demo.values.yaml
Normal file
41
backing-services/redis/schoolbus-demo.values.yaml
Normal file
@@ -0,0 +1,41 @@
|
||||
global:
|
||||
redis:
|
||||
password: "secret123"
|
||||
|
||||
image:
|
||||
registry: 172.16.16.2:30516
|
||||
repository: bitnami/redis
|
||||
tag: 7.2.4-debian-11-r0
|
||||
|
||||
auth:
|
||||
service:
|
||||
type: ClusterIP
|
||||
enabled: true
|
||||
sentinel: true
|
||||
password: "secret123"
|
||||
|
||||
architecture: standalone
|
||||
|
||||
# replica:
|
||||
# serviceAccount:
|
||||
# create: true
|
||||
# name: "redisservcieaccount"
|
||||
# automountServiceAccountToken: true
|
||||
# annotations: {}
|
||||
|
||||
# persistence:
|
||||
# enabled: true
|
||||
# path: /data
|
||||
# storageClass: "efs-sc"
|
||||
# size: 2Gi
|
||||
|
||||
master:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 500m
|
||||
memory: 500Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 500Mi
|
||||
nodeSelector:
|
||||
node.name: node-1
|
||||
Reference in New Issue
Block a user