From 188543c4a28f556c1ed0d9cdfadc873ba42465ef Mon Sep 17 00:00:00 2001 From: Albert Buluma Date: Mon, 17 Aug 2026 13:17:40 +0300 Subject: [PATCH] add cluster configs --- clusters/hexm-0002/apps.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 clusters/hexm-0002/apps.yaml diff --git a/clusters/hexm-0002/apps.yaml b/clusters/hexm-0002/apps.yaml new file mode 100644 index 0000000..c592a1c --- /dev/null +++ b/clusters/hexm-0002/apps.yaml @@ -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= \ +# --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-0002 + prune: true + sourceRef: + kind: GitRepository + name: flux-system # Created automatically by flux bootstrap + wait: true + timeout: 5m