Initial commit
This commit is contained in:
20
bootstrap/kustomization/infrastructure/metallb-config.yaml
Normal file
20
bootstrap/kustomization/infrastructure/metallb-config.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
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
|
||||
Reference in New Issue
Block a user