Initial commit

This commit is contained in:
dobiadi
2024-10-23 23:35:59 +02:00
commit ae27aa6faf
21 changed files with 257 additions and 0 deletions

9
argocd/Chart.lock Normal file
View File

@@ -0,0 +1,9 @@
dependencies:
- name: argo-cd
repository: https://argoproj.github.io/argo-helm
version: 7.6.12
- name: argo-rollouts
repository: https://argoproj.github.io/argo-helm
version: 2.37.7
digest: sha256:e9a0a80ab4a190dcfa0469eb57a0e89e87deb66fa3036f807618662e57387bf4
generated: "2024-10-20T03:51:59.001632239+02:00"

12
argocd/Chart.yaml Normal file
View File

@@ -0,0 +1,12 @@
apiVersion: v2
name: argocd
description: Helm chart to update the argocd
type: application
version: 0.1.0
dependencies:
- name: argo-cd
version: "7.6.12"
repository: "https://argoproj.github.io/argo-helm"
- name: argo-rollouts
version: "2.37.7"
repository: "https://argoproj.github.io/argo-helm"

43
argocd/values.yaml Normal file
View File

@@ -0,0 +1,43 @@
argo-cd:
configs:
params:
server.insecure: true
installCRDs: true
global:
domain: 'argo.localhost'
server:
ingress:
enabled: true
ingressClassName: nginx
podAnnotations:
linkerd.io/inject: enabled
service:
annotations:
nginx.ingress.kubernetes.io/service-upstream: "true"
repoServer:
podAnnotations:
linkerd.io/inject: enabled
service:
annotations:
nginx.ingress.kubernetes.io/service-upstream: "true"
redis:
podAnnotations:
linkerd.io/inject: enabled
service:
annotations:
nginx.ingress.kubernetes.io/service-upstream: "true"
argo-rollouts:
dashboard:
enabled: true
podAnnotations:
linkerd.io/inject: enabled
service:
annotations:
nginx.ingress.kubernetes.io/service-upstream: "true"
ingress:
enabled: true
hosts:
- argo-rollouts.localhost
ingressClassName: nginx