Update 3 files

- /argocd/templates/traefik.yaml
- /traefik/values.yaml
- /traefik/Chart.yaml
This commit is contained in:
2023-04-09 22:51:54 +00:00
parent 5d10f323ec
commit 6d243e18c3
3 changed files with 914 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: traefik
destination:
namespace: traefik
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true