diff --git a/argocd/templates/traefik-mesh.yaml b/argocd/templates/traefik-mesh.yaml new file mode 100644 index 0000000..d12caf6 --- /dev/null +++ b/argocd/templates/traefik-mesh.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: traefik-mesh + namespace: argocd +spec: + project: default + source: + repoURL: https://gitlab.com/developerdurp/homelab.git + targetRevision: main + path: traefik-mesh + destination: + namespace: traefik-mesh + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true diff --git a/traefik-mesh/Chart.yaml b/traefik-mesh/Chart.yaml new file mode 100644 index 0000000..a05b63b --- /dev/null +++ b/traefik-mesh/Chart.yaml @@ -0,0 +1,12 @@ +apiVersion: v2 +name: traefik-mesh +description: A Helm chart for Kubernetes +type: application + +version: 0.1.0 +appVersion: "1.16.0" + +dependencies: +- name: traefik-mesh + repository: https://traefik.github.io/charts + version: 4.1.1 diff --git a/traefik-mesh/values.yaml b/traefik-mesh/values.yaml new file mode 100644 index 0000000..e69de29