Added dragonflydb
This commit is contained in:
parent
27620e0fdf
commit
1be1a4bd81
21
infrastructure/configs/dragonflydb.yaml
Normal file
21
infrastructure/configs/dragonflydb.yaml
Normal file
|
@ -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
|
|
@ -8,3 +8,4 @@ resources:
|
||||||
|
|
||||||
- ./akri-devices.yaml
|
- ./akri-devices.yaml
|
||||||
- ./intel-devices.yaml
|
- ./intel-devices.yaml
|
||||||
|
- ./dragonflydb.yaml
|
||||||
|
|
|
@ -8,3 +8,4 @@ resources:
|
||||||
# - rook.yaml
|
# - rook.yaml
|
||||||
- ./nfd/
|
- ./nfd/
|
||||||
- https://github.com/intel/intel-device-plugins-for-kubernetes/deployments/operator/device/gpu?ref=v0.31.0
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user