add k3s cluster

This commit is contained in:
2025-05-22 15:47:35 -05:00
parent 82d8eb59dc
commit 4e2e6c12dc
9 changed files with 12612 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps
namespace: flux-system
spec:
interval: 10m0s
dependsOn:
- name: infra-configs
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps
prune: true
wait: true
timeout: 5m0s