From 691a60923b3905092ad15c9f613ebeec1b17382a Mon Sep 17 00:00:00 2001 From: Titus Vermesan Date: Wed, 9 Oct 2024 13:47:54 +0200 Subject: [PATCH] argocd auskommentiert --- 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 8756e6a..3ab6c70 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 +#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