This commit is contained in:
2023-07-30 05:59:08 -05:00
parent 125eb62e58
commit 7aae89b43c
3 changed files with 32 additions and 0 deletions

View File

@@ -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

12
traefik-mesh/Chart.yaml Normal file
View File

@@ -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

0
traefik-mesh/values.yaml Normal file
View File