From 7aae89b43cc28913ff32da8fc299c472dfeda493 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 30 Jul 2023 05:59:08 -0500 Subject: [PATCH] update --- argocd/templates/traefik-mesh.yaml | 20 ++++++++++++++++++++ traefik-mesh/Chart.yaml | 12 ++++++++++++ traefik-mesh/values.yaml | 0 3 files changed, 32 insertions(+) create mode 100644 argocd/templates/traefik-mesh.yaml create mode 100644 traefik-mesh/Chart.yaml create mode 100644 traefik-mesh/values.yaml 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