mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
125eb62e58
commit
7aae89b43c
3 changed files with 32 additions and 0 deletions
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
Loading…
Add table
Add a link
Reference in a new issue