feat(falkordb): install FalkorDB

This commit is contained in:
Masaki Yatsu
2025-11-30 16:22:19 +09:00
parent 0032b0c4b4
commit 162d4241cd
15 changed files with 915 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
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