preparing argocd

This commit is contained in:
Jakub Kropáček 2025-01-16 21:20:25 +01:00
parent 46396af978
commit 826f74e04f
2 changed files with 22 additions and 0 deletions

View file

@ -7,6 +7,8 @@ repositories:
url: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
- name: jetstack
url: https://charts.jetstack.io
- name: argocd
url: https://argoproj.github.io/argo-helm
---
releases:
- name: metallb
@ -29,3 +31,9 @@ releases:
version: v1.16.2
values:
- ./values/cert-manager.values.yaml
# - name: argocd
# namespace: argocd
# chart: argocd/argo-cd
# version: 7.7.16
# values:
# - ./values/argocd.values.yaml

14
values/argocd.values.yaml Normal file
View file

@ -0,0 +1,14 @@
redis-ha:
enabled: true
controller:
replicas: 1
server:
replicas: 2
repoServer:
replicas: 2
applicationSet:
replicas: 2