From d1bcd668774a33a61100a3d8bbfd8f8ae6ab567b Mon Sep 17 00:00:00 2001 From: titusvermesan Date: Thu, 10 Oct 2024 15:09:15 +0200 Subject: [PATCH] argocd einkommentiert --- argocd/apps/argocd/argocd.yaml | 86 +++++++++++++++++----------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/argocd/apps/argocd/argocd.yaml b/argocd/apps/argocd/argocd.yaml index 5a16cd7..6171160 100644 --- a/argocd/apps/argocd/argocd.yaml +++ b/argocd/apps/argocd/argocd.yaml @@ -1,43 +1,43 @@ -#apiVersion: argoproj.io/v1alpha1 -#kind: Application -#metadata: -# name: argocd -# finalizers: -# - resources-finalizer.argocd.argoproj.io -#spec: -# project: default -# source: -# repoURL: 'https://argoproj.github.io/argo-helm' -# targetRevision: 7.* -# helm: -# parameters: -# - name: 'server.extraArgs[0]' -# value: '--insecure' -# - name: server.ingress.enabled -# value: 'true' -# - name: 'endpoint' -# value: 'argocd.innovation-hub-niedersachsen.de' -# - name: 'ingress.hosts[0]' -# value: 'argocd.innovation-hub-niedersachsen.de' -# - name: 'global.networkPolicy.create' -# value: 'true' -# - name: 'crds.keep' -# value: 'false' -# - name: 'ingress.tls[0].hosts[0]' -# value: argocd.innovation-hub-niedersachsen.de -# - name: ingress.annotations."traefik\.ingress\.kubernetes\.io\/router\.entrypoints" -# value: websecure -# - name: ingress.annotations."kubernetes\.io\/ingress\.class" -# value: traefik -# - name: ingress.annotations."traefik\.ingress\.kubernetes\.io\/router\.tls" -# value: 'true' -# chart: argo-cd -# destination: -# server: 'https://kubernetes.default.svc' -# namespace: argocd -# syncPolicy: -# automated: -# selfHeal: true -# prune: true -# syncOptions: -# - CreateNamespace=true \ No newline at end of file +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: default + source: + repoURL: 'https://argoproj.github.io/argo-helm' + targetRevision: 7.* + helm: + parameters: + - name: 'server.extraArgs[0]' + value: '--insecure' + - name: server.ingress.enabled + value: 'true' + - name: 'endpoint' + value: 'argocd.innovation-hub-niedersachsen.de' + - name: 'ingress.hosts[0]' + value: 'argocd.innovation-hub-niedersachsen.de' + - name: 'global.networkPolicy.create' + value: 'true' + - name: 'crds.keep' + value: 'false' + - name: 'ingress.tls[0].hosts[0]' + value: argocd.innovation-hub-niedersachsen.de + - name: ingress.annotations."traefik\.ingress\.kubernetes\.io\/router\.entrypoints" + value: websecure + - name: ingress.annotations."kubernetes\.io\/ingress\.class" + value: traefik + - name: ingress.annotations."traefik\.ingress\.kubernetes\.io\/router\.tls" + value: 'true' + chart: argo-cd + destination: + server: 'https://kubernetes.default.svc' + namespace: argocd + syncPolicy: + automated: + selfHeal: true + prune: true + syncOptions: + - CreateNamespace=true \ No newline at end of file