21 lines
452 B
YAML
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
|