Files
buun-stack/falkordb/falkordb-values.gomplate.yaml
2025-11-30 16:22:19 +09:00

20 lines
313 B
YAML

image:
tag: {{ .Env.FALKORDB_VERSION }}
auth:
enabled: true
existingSecret: falkordb-password
existingSecretPasswordKey: redis-password
persistence:
enabled: true
size: {{ .Env.FALKORDB_STORAGE_SIZE }}
resources:
requests:
cpu: 25m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi