-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathvalues.yaml
More file actions
62 lines (59 loc) · 1.49 KB
/
values.yaml
File metadata and controls
62 lines (59 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Copyright (C) 2024-2025 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
# Set on the command line:
vector_database_password:
redis-cluster:
enabled: false
metrics:
enabled: true
existingSecret: "redis-cluster-secret"
existingSecretPasswordKey: "REDIS_PASSWORD"
cluster:
nodes: 3
replicas: 0
redis:
readinessProbe:
enabled: false
initialDelaySeconds: 180
periodSeconds: 10
timeoutSeconds: 10
livenessProbe:
enabled: false
initialDelaySeconds: 240
periodSeconds: 10
timeoutSeconds: 10
configmap: |-
loadmodule /opt/bitnami/redis/lib/redis/modules/redisearch.so MAXSEARCHRESULTS 10000 MAXAGGREGATERESULTS 10000 TIMEOUT 5000
loadmodule /opt/bitnami/redis/lib/redis/modules/rejson.so MAXDEPTH 1000
resources:
requests:
cpu: 2
memory: 4Gi
limits:
cpu: 16
memory: 16Gi
persistence:
size: "10Gi"
redis:
enabled: false
metrics:
enabled: true
replica:
replicaCount: 0
auth:
enabled: true
existingSecret: "redis-secret"
existingSecretPasswordKey: "REDIS_PASSWORD"
commonConfiguration: |-
loadmodule /opt/bitnami/redis/lib/redis/modules/redisearch.so MAXSEARCHRESULTS 10000 MAXAGGREGATERESULTS 10000 TIMEOUT 5000
loadmodule /opt/bitnami/redis/lib/redis/modules/rejson.so MAXDEPTH 1000
resources:
requests:
cpu: 2
memory: 4Gi
limits:
cpu: 16
memory: 16Gi
persistence:
enabled: true
size: "10Gi"