add app init files

This commit is contained in:
2026-08-11 16:06:22 +03:00
parent 4525d60385
commit 9f0c613768
16 changed files with 672 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# Flux CD Kustomization for hexm-0001
# Flux reads this file after bootstrap and reconciles the epcare app overlay.
#
# Bootstrap this cluster (run once per cluster):
# flux bootstrap gitlab \
# --owner=<gitlab-group-or-user> \
# --repository=epcare-k8s-files \
# --branch=main \
# --path=clusters/hexm-0001 \
# --token-auth
#
# After bootstrap, Flux will automatically sync any Kustomization resources
# found under clusters/hexm-0001/ — including this file.
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: epcare
namespace: flux-system
spec:
interval: 10m
path: ./apps/overlays/hexm-0001
prune: true
sourceRef:
kind: GitRepository
name: flux-system # Created automatically by flux bootstrap
wait: true
timeout: 5m