Talos/testing1/first-cluster/cluster/flux/gitrepository.yaml
0xWheatyz f8e5b20381 feat(flux): add FluxCD GitOps configuration
Add Flux GitRepository and Kustomization resources to enable
automated cluster synchronization from Gitea repository.

- GitRepository: monitors ssh://git@10.0.1.10/0xWheatyz/Talos
- Kustomization: syncs testing1/first-cluster/ to cluster
- Interval: 1m for git polling, 5m for reconciliation
- Prune enabled for automatic cleanup

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-03-04 02:11:29 +00:00

14 lines
241 B
YAML

---
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: talos-gitops
namespace: flux-system
spec:
interval: 1m
url: ssh://git@10.0.1.10/0xWheatyz/Talos
ref:
branch: main
secretRef:
name: gitea-ssh