comment argocd

This commit is contained in:
Titus Vermesan
2024-10-02 10:05:49 +02:00
parent 0696e5557d
commit 8f6e02f445

View File

@@ -1,20 +1,20 @@
apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
kind: Application #kind: Application
metadata: #metadata:
name: argocd # name: argocd
finalizers: # finalizers:
- resources-finalizer.argocd.argoproj.io # - resources-finalizer.argocd.argoproj.io
spec: #spec:
project: default # project: default
source: # source:
repoURL: 'https://argoproj.github.io/argo-helm' # repoURL: 'https://argoproj.github.io/argo-helm'
targetRevision: 5.* # targetRevision: 5.*
helm: # helm:
parameters: # parameters:
- name: 'server.extraArgs[0]' # - name: 'server.extraArgs[0]'
value: '--insecure' # value: '--insecure'
- name: server.ingress.enabled # - name: server.ingress.enabled
value: 'true' # value: 'true'
# - name: 'server.ingress.hosts[0]' # - name: 'server.ingress.hosts[0]'
# value: 'argocd.innovation-hub-niedersachsen.de' # value: 'argocd.innovation-hub-niedersachsen.de'
# - name: 'global.networkPolicy.create' # - name: 'global.networkPolicy.create'
@@ -29,13 +29,13 @@ spec:
# value: traefik # value: traefik
# - name: server.ingress.annotations."traefik\.ingress\.kubernetes\.io\/router\.tls" # - name: server.ingress.annotations."traefik\.ingress\.kubernetes\.io\/router\.tls"
# value: 'true' # value: 'true'
chart: argo-cd # chart: argo-cd
destination: # destination:
server: 'https://kubernetes.default.svc' # server: 'https://kubernetes.default.svc'
namespace: argocd # namespace: argocd
syncPolicy: # syncPolicy:
automated: # automated:
selfHeal: true # selfHeal: true
prune: true # prune: true
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true