argocd-helm/charts/argo-cd/ci/ha-static-values.yaml

19 lines
244 B
YAML
Raw Normal View History

# Test High Availability without autoscaling
crds:
keep: false
redis-ha:
enabled: true
controller:
enableStatefulSet: true
server:
replicas: 2
env:
- name: ARGOCD_API_SERVER_REPLICAS
value: '2'
repoServer:
replicas: 2