feat(falkordb): install FalkorDB
This commit is contained in:
19
falkordb/falkordb-values.gomplate.yaml
Normal file
19
falkordb/falkordb-values.gomplate.yaml
Normal 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
|
||||
Reference in New Issue
Block a user