preparing argocd
This commit is contained in:
parent
46396af978
commit
826f74e04f
2 changed files with 22 additions and 0 deletions
|
@ -7,6 +7,8 @@ repositories:
|
||||||
url: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
|
url: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts
|
||||||
- name: jetstack
|
- name: jetstack
|
||||||
url: https://charts.jetstack.io
|
url: https://charts.jetstack.io
|
||||||
|
- name: argocd
|
||||||
|
url: https://argoproj.github.io/argo-helm
|
||||||
---
|
---
|
||||||
releases:
|
releases:
|
||||||
- name: metallb
|
- name: metallb
|
||||||
|
@ -29,3 +31,9 @@ releases:
|
||||||
version: v1.16.2
|
version: v1.16.2
|
||||||
values:
|
values:
|
||||||
- ./values/cert-manager.values.yaml
|
- ./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
14
values/argocd.values.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
redis-ha:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
controller:
|
||||||
|
replicas: 1
|
||||||
|
|
||||||
|
server:
|
||||||
|
replicas: 2
|
||||||
|
|
||||||
|
repoServer:
|
||||||
|
replicas: 2
|
||||||
|
|
||||||
|
applicationSet:
|
||||||
|
replicas: 2
|
Loading…
Reference in a new issue