update
This commit is contained in:
20
argocd/templates/traefik-mesh.yaml
Normal file
20
argocd/templates/traefik-mesh.yaml
Normal 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
12
traefik-mesh/Chart.yaml
Normal 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
0
traefik-mesh/values.yaml
Normal file
Reference in New Issue
Block a user