Update argocd/templates/traefik-mesh.yaml

This commit is contained in:
2024-01-23 05:18:08 -08:00
parent 9f33d37df6
commit 9cedc04264

View File

@@ -1,20 +1,21 @@
apiVersion: argoproj.io/v1alpha1 #apiVersion: argoproj.io/v1alpha1
kind: Application #kind: Application
metadata: #metadata:
name: traefik-mesh # name: traefik-mesh
namespace: argocd # namespace: argocd
spec: #spec:
project: default # project: default
source: # source:
repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git # repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git
targetRevision: main # targetRevision: main
path: traefik-mesh # path: traefik-mesh
destination: # destination:
namespace: traefik-mesh # namespace: traefik-mesh
name: in-cluster # name: in-cluster
syncPolicy: # syncPolicy:
automated: # automated:
prune: true # prune: true
selfHeal: true # selfHeal: true
syncOptions: # syncOptions:
- CreateNamespace=true # - CreateNamespace=true
#