feat: add reflector

This commit is contained in:
2024-11-07 00:17:18 -05:00
parent 053ab8c9b5
commit 71d5a6cb2e
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-reflector
namespace: flux-system
spec:
interval: 1h0m0s
path: ./infra/controllers/reflector
dependsOn:
- name: infra-metallb-config
prune: true
retryInterval: 1m0s
sourceRef:
kind: GitRepository
name: flux-system
timeout: 5m0s
wait: true