argo manage metallb
This commit is contained in:
@@ -16,6 +16,7 @@ resources:
|
||||
- pg-ha/
|
||||
- gitea/
|
||||
- renovate/
|
||||
- metallb-system/
|
||||
- traefik/
|
||||
- external-dns/
|
||||
|
||||
|
18
kluster-deployments/metallb-system/application.yaml
Normal file
18
kluster-deployments/metallb-system/application.yaml
Normal 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
|
4
kluster-deployments/metallb-system/kustomization.yaml
Normal file
4
kluster-deployments/metallb-system/kustomization.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- application.yaml
|
Reference in New Issue
Block a user