Files
homelab-infra/clusters/homelab/flux-system/gotk-sync.yaml
T
panxiao81 96f44c7e6a
lint / yaml (push) Successful in 15s
lint / terraform (push) Has been cancelled
lint / ansible (push) Has been cancelled
feat(gitops): 引入 Flux 2.9.5 并退役 Contour
2026-09-09 19:32:57 +00:00

28 lines
533 B
YAML

---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 1m
ref:
branch: main
timeout: 60s
url: http://gitea-http.gitea.svc.cluster.local:3000/panxiao81/homelab-infra.git
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: flux-system
namespace: flux-system
spec:
interval: 10m
path: ./clusters/homelab
prune: false
sourceRef:
kind: GitRepository
name: flux-system
timeout: 3m
wait: true