Files
memelord-laurivosandi/redis.yaml
2026-02-10 13:16:23 +02:00

29 lines
546 B
YAML

---
apiVersion: secretgenerator.mittwald.de/v1alpha1
kind: StringSecret
metadata:
name: memelord-laurivosandi-redis
spec:
fields:
- fieldName: redis-password
length: "32"
encoding: hex
---
apiVersion: dragonflydb.io/v1alpha1
kind: Dragonfly
metadata:
name: memelord-laurivosandi-redis
spec:
authentication:
passwordFromSecret:
name: memelord-laurivosandi-redis
key: redis-password
replicas: 1
resources:
requests:
cpu: 500m
memory: 500Mi
limits:
cpu: 600m
memory: 750Mi