Files
homelab-starter/bootstrap/kustomization/infrastructure/metallb-config.yaml
2026-02-14 10:46:57 -05:00

21 lines
452 B
YAML

apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: config-metallb--infra
namespace: flux-system
spec:
interval: 5m
timeout: 2m
dependsOn:
- name: install-metallb--infra
path: ./infrastructure/metallb-config
prune: true
sourceRef:
kind: GitRepository
name: flux-system
healthChecks:
- apiVersion: apps/v1
kind: Deployment
name: metallb-controller
namespace: infrastructure