From 826f74e04fcba100f7c9586507cec6ebc6f68ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Krop=C3=A1=C4=8Dek?= Date: Thu, 16 Jan 2025 21:20:25 +0100 Subject: [PATCH] preparing argocd --- helmfile.yaml | 8 ++++++++ values/argocd.values.yaml | 14 ++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 values/argocd.values.yaml diff --git a/helmfile.yaml b/helmfile.yaml index c52a6aa..dd96213 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -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 \ No newline at end of file diff --git a/values/argocd.values.yaml b/values/argocd.values.yaml new file mode 100644 index 0000000..7b9fe70 --- /dev/null +++ b/values/argocd.values.yaml @@ -0,0 +1,14 @@ +redis-ha: + enabled: true + +controller: + replicas: 1 + +server: + replicas: 2 + +repoServer: + replicas: 2 + +applicationSet: + replicas: 2 \ No newline at end of file