Ghostfolio/manifests/cache.yaml

20 lines
346 B
YAML

apiVersion: dragonflydb.io/v1alpha1
kind: Dragonfly
metadata:
name: ghostfolio-cache
namespace: ghostfolio
spec:
replicas: 3
authentication:
passwordFromSecret:
name: ghostfolio-secrets
key: DRAGONFLY_PASSWORD
resources:
requests:
cpu: 500m
memory: 500Mi
limits:
cpu: 600m
memory: 750Mi