-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvalues.yaml
More file actions
73 lines (68 loc) · 1.8 KB
/
values.yaml
File metadata and controls
73 lines (68 loc) · 1.8 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
63
64
65
66
67
68
69
70
71
72
73
cas:
redisCacheThreshold: 1M
serviceAccount:
name: sa
mapping: service-user@project.iam.gserviceaccount.com
logLevel: warn
gcsBucket: example_cas_bucket
service:
grpcPort: 50051
rbe:
service:
grpcPort: 50052
defaultCpuCount: 800
hostname: example.com
autoscaling:
enabled: true
minReplicas: 1
maxReplicas: 5
targetCPUUtilizationPercentage: 90
provisioner:
image:
repository: ghcr.io/chrisstaite-menlo/nativelink-provisioner
pullPolicy: IfNotPresent
tag: "10f1ffcdca858eb6f83eb84df3329fea0e737fdf"
serviceAccount:
name: provisioner
workerLogLevel: warn
config:
maxPods: 64
queuePerCpu: 3
baseWorkerCpu: 4
memoryToCpu: 2
workerCpu: 16
image:
repository: ghcr.io/tracemachina/nativelink
pullPolicy: IfNotPresent
tag: "f65h1claxm4gsf6vlpjnadql561pcyhn"
initImage:
repository: ghcr.io/tracemachina/nativelink-worker-init
pullPolicy: IfNotPresent
tag: "f65h1claxm4gsf6vlpjnadql561pcyhn"
jwt:
issuer: user-group@project.iam.gserviceaccount.com
redis:
# Switch to using redis-stack-server to enable redisearch module.
image:
repository: redis/redis-stack-server
tag: 7.2.0-v19
persistentVolume:
enabled: false
redis:
config:
maxmemory: "6gb"
maxmemory-policy: allkeys-lru
databases: 3
# We're supposed to be able to put an array here, but it doesn't work, so we use the space hack instead.
loadmodule: "/opt/redis-stack/lib/redisearch.so MAXSEARCHRESULTS 10000 MAXAGGREGATERESULTS 10000 MAXPREFIXEXPANSIONS 100000"
"loadmodule ": /opt/redis-stack/lib/rejson.so
protected-mode: "no"
resources:
limits:
cpu: 2
ephemeral-storage: 8Gi
memory: 8Gi
requests:
cpu: 500m
ephemeral-storage: 8Gi
memory: 6Gi