This commit is contained in:
2025-02-25 05:28:31 -06:00
parent 29fbf7ec7b
commit ee464ed40f
7 changed files with 111 additions and 1 deletions

View File

@@ -19,3 +19,26 @@ spec:
syncOptions:
- CreateNamespace=true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metallb-system-dmz
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: dmz/metallb-system
destination:
namespace: metallb-system
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true

View File

@@ -31,7 +31,7 @@ spec:
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: infra/traefik
path: dmz/traefik
destination:
namespace: traefik
name: dmz