add infrastructure and config to do k8s

This commit is contained in:
2025-11-06 06:36:19 -06:00
parent a86d48d09d
commit 9201d307ce
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infrastructure
namespace: flux-system
spec:
interval: 1h
retryInterval: 1m
timeout: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./infrastructure
prune: true
wait: true