diff --git a/infrastructure/configs/dragonflydb.yaml b/infrastructure/configs/dragonflydb.yaml new file mode 100644 index 0000000..254d4fc --- /dev/null +++ b/infrastructure/configs/dragonflydb.yaml @@ -0,0 +1,21 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: dragonflydb +--- +apiVersion: dragonflydb.io/v1alpha1 +kind: Dragonfly +metadata: + labels: + app: dragonflydb + name: dragonflydb + namespace: dragonflydb +spec: + replicas: 1 + resources: + requests: + cpu: 500m + memory: 500Mi + limits: + cpu: 600m + memory: 750Mi diff --git a/infrastructure/configs/kustomization.yaml b/infrastructure/configs/kustomization.yaml index dd728e4..56ff79d 100644 --- a/infrastructure/configs/kustomization.yaml +++ b/infrastructure/configs/kustomization.yaml @@ -8,3 +8,4 @@ resources: - ./akri-devices.yaml - ./intel-devices.yaml + - ./dragonflydb.yaml diff --git a/infrastructure/controllers/kustomization.yaml b/infrastructure/controllers/kustomization.yaml index 2a45c00..ac223d9 100644 --- a/infrastructure/controllers/kustomization.yaml +++ b/infrastructure/controllers/kustomization.yaml @@ -8,3 +8,4 @@ resources: # - rook.yaml - ./nfd/ - https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/operator/device/gpu?ref=v0.31.0 + - https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml