디렉토리 구조 및 각 서비스 추가

This commit is contained in:
dsk-minchulahn
2024-01-03 17:29:11 +09:00
parent 98de2a7627
commit d601d0f259
1632 changed files with 207616 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
# Test with default values
crds:
keep: false

View File

@@ -0,0 +1,12 @@
crds:
keep: false
redis:
enabled: false
redis-ha:
enabled: false
externalRedis:
host: "redis-master.redis.svc.cluster.local"
password: "argocd"

View File

@@ -0,0 +1,16 @@
# Test High Availability with autoscaling
crds:
keep: false
redis-ha:
enabled: true
server:
autoscaling:
enabled: true
minReplicas: 2
repoServer:
autoscaling:
enabled: true
minReplicas: 2

View File

@@ -0,0 +1,12 @@
# Test High Availability without autoscaling
crds:
keep: false
redis-ha:
enabled: true
server:
replicas: 2
repoServer:
replicas: 2