apps/nocodb/resources/dragonfly.yaml
Peter Kurfer 6feba07ee9
All checks were successful
Renovate / renovate (push) Successful in 21s
refactor: get rid of KeyDB
2024-04-10 21:15:03 +02:00

18 lines
No EOL
345 B
YAML

---
apiVersion: dragonflydb.io/v1alpha1
kind: Dragonfly
metadata:
name: nocodb-cache
labels:
app.kubernetes.io/name: nocodb-cache
app.kubernetes.io/instance: nocodb
app.kubernetes.io/part-of: nocodb
spec:
replicas: 2
resources:
requests:
cpu: 100m
memory: 350Mi
limits:
cpu: 100m
memory: 350Mi