Add MetalLB Kustomization

This commit is contained in:
2024-08-05 15:23:35 -05:00
parent 738a52d8b3
commit 8043a71c51

View File

@ -0,0 +1,17 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: metallb-system
namespace: flux-system
spec:
interval: 30m0s
path: ./config/manifests/metallb-native.yaml
prune: true
retryInterval: 2m0s
sourceRef:
kind: GitRepository
name: metallb-system
targetNamespace: metallb-system
timeout: 3m0s
wait: true