디렉토리 구조 및 각 서비스 추가
This commit is contained in:
3
helm/argo-cd/ci/default-values.yaml
Normal file
3
helm/argo-cd/ci/default-values.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
# Test with default values
|
||||
crds:
|
||||
keep: false
|
||||
12
helm/argo-cd/ci/external-redis-values.yaml
Normal file
12
helm/argo-cd/ci/external-redis-values.yaml
Normal 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"
|
||||
16
helm/argo-cd/ci/ha-autoscaling-values.yaml
Normal file
16
helm/argo-cd/ci/ha-autoscaling-values.yaml
Normal 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
|
||||
12
helm/argo-cd/ci/ha-static-values.yaml
Normal file
12
helm/argo-cd/ci/ha-static-values.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# Test High Availability without autoscaling
|
||||
crds:
|
||||
keep: false
|
||||
|
||||
redis-ha:
|
||||
enabled: true
|
||||
|
||||
server:
|
||||
replicas: 2
|
||||
|
||||
repoServer:
|
||||
replicas: 2
|
||||
Reference in New Issue
Block a user