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