From ddff432bf295ebabaf2c4788cd8b0c5e5c2c3a6f Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sun, 5 Jan 2025 23:08:26 +0100 Subject: [PATCH] Added piraeus --- infrastructure/configs/kustomization.yaml | 1 + infrastructure/configs/piraeus/cluster.yaml | 5 +++++ infrastructure/configs/piraeus/kustomization.yaml | 4 ++++ infrastructure/controllers/kustomization.yaml | 1 + 4 files changed, 11 insertions(+) create mode 100644 infrastructure/configs/piraeus/cluster.yaml create mode 100644 infrastructure/configs/piraeus/kustomization.yaml diff --git a/infrastructure/configs/kustomization.yaml b/infrastructure/configs/kustomization.yaml index 8d83a39..ed25d1d 100644 --- a/infrastructure/configs/kustomization.yaml +++ b/infrastructure/configs/kustomization.yaml @@ -7,3 +7,4 @@ resources: - ./middleware.yaml - ./intel-devices + - ./piraeus diff --git a/infrastructure/configs/piraeus/cluster.yaml b/infrastructure/configs/piraeus/cluster.yaml new file mode 100644 index 0000000..43513ff --- /dev/null +++ b/infrastructure/configs/piraeus/cluster.yaml @@ -0,0 +1,5 @@ +apiVersion: piraeus.io/v1 +kind: LinstorCluster +metadata: + name: linstorcluster +spec: {} diff --git a/infrastructure/configs/piraeus/kustomization.yaml b/infrastructure/configs/piraeus/kustomization.yaml new file mode 100644 index 0000000..993fbde --- /dev/null +++ b/infrastructure/configs/piraeus/kustomization.yaml @@ -0,0 +1,4 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: + - cluster.yaml diff --git a/infrastructure/controllers/kustomization.yaml b/infrastructure/controllers/kustomization.yaml index 3b8ef65..85c1566 100644 --- a/infrastructure/controllers/kustomization.yaml +++ b/infrastructure/controllers/kustomization.yaml @@ -8,3 +8,4 @@ resources: # - rook.yaml - ./node-feature-discovery - https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml + - https://github.com/piraeusdatastore/piraeus-operator//config/default?ref=v2.7.1