argo manage metallb

This commit is contained in:
2024-01-15 19:03:49 +01:00
parent a3aa8888e9
commit 606aded35f
9 changed files with 45 additions and 300 deletions

View File

@@ -16,6 +16,7 @@ resources:
- pg-ha/
- gitea/
- renovate/
- metallb-system/
- traefik/
- external-dns/

View File

@@ -0,0 +1,18 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: metallb-application
namespace: argocd
spec:
project: infrastructure
source:
repoURL: git@github.com:moll-re/bootstrap-k3s-infra.git
targetRevision: main
path: infrastructure/metallb-system
destination:
server: https://kubernetes.default.svc
namespace: metallb-system
syncPolicy:
automated:
prune: true
selfHeal: true

View File

@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml