From 3a65ad9f549302b9a545e16e8fc3d9ff7eb3823c Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Wed, 7 May 2025 08:30:55 +0200 Subject: [PATCH] fix: add missing namespace and kustomizations --- infrastructure/longhorn/kustomize.yaml | 6 ++++++ infrastructure/longhorn/namespace.yaml | 4 ++++ infrastructure/monitoring/kustomize.yaml | 6 ++++++ infrastructure/monitoring/namespace.yaml | 4 ++++ 4 files changed, 20 insertions(+) create mode 100644 infrastructure/longhorn/kustomize.yaml create mode 100644 infrastructure/longhorn/namespace.yaml create mode 100644 infrastructure/monitoring/kustomize.yaml create mode 100644 infrastructure/monitoring/namespace.yaml diff --git a/infrastructure/longhorn/kustomize.yaml b/infrastructure/longhorn/kustomize.yaml new file mode 100644 index 0000000..b4a3d7c --- /dev/null +++ b/infrastructure/longhorn/kustomize.yaml @@ -0,0 +1,6 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - namespace.yaml + - helmrepository.yaml + - helmrelease.yaml diff --git a/infrastructure/longhorn/namespace.yaml b/infrastructure/longhorn/namespace.yaml new file mode 100644 index 0000000..9ac9395 --- /dev/null +++ b/infrastructure/longhorn/namespace.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: longhorn-system diff --git a/infrastructure/monitoring/kustomize.yaml b/infrastructure/monitoring/kustomize.yaml new file mode 100644 index 0000000..b4a3d7c --- /dev/null +++ b/infrastructure/monitoring/kustomize.yaml @@ -0,0 +1,6 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - namespace.yaml + - helmrepository.yaml + - helmrelease.yaml diff --git a/infrastructure/monitoring/namespace.yaml b/infrastructure/monitoring/namespace.yaml new file mode 100644 index 0000000..d325236 --- /dev/null +++ b/infrastructure/monitoring/namespace.yaml @@ -0,0 +1,4 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: monitoring