-
Notifications
You must be signed in to change notification settings - Fork 1
/
sample-values.yaml
86 lines (82 loc) · 2.4 KB
/
sample-values.yaml
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
74
75
76
77
78
79
80
81
82
83
84
85
86
#
# Copyright (C) 2019-2021 vdaas.org vald team <[email protected]>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
defaults:
logging:
level: debug
image:
tag: "latest"
server_config:
healths:
liveness:
livenessProbe:
initialDelaySeconds: 60
readiness:
readinessProbe:
initialDelaySeconds: 60
gateway:
lb:
minReplicas: 3
maxReplicas: 3
resources:
requests:
cpu: 150m
memory: 150Mi
gateway_config:
# The number of index replica
index_replica: 2
agent:
minReplicas: 3
maxReplicas: 3
# Set Parallel to podManagementPolicy is not recommended for production.
# In this time, it is just an example, we set Parallel to podManagementPolicy.
podManagementPolicy: Parallel
resources:
requests:
cpu: 150m
memory: 150Mi
ngt:
# The number of dimensions for feature vector of fashion-mnist dataset.
dimension: 300
# We use L2-Norm for distance_type.
distance_type: cos
# The type of fashion-mnist's feature vectors.
object_type: float
# Check duration of automatic indexing.
auto_index_check_duration_limit: "-1m"
# The limit duration of automatic indexing.
auto_index_duration_limit: "-20s"
# The batch process pool size of automatic create index operation
auto_create_index_pool_size: 100
# The default create index batch pool size
default_pool_size: 100
discoverer:
resources:
requests:
cpu: 150m
memory: 50Mi
manager:
index:
resources:
requests:
cpu: 150m
memory: 30Mi
indexer:
# The limit duration of automatic indexing.
# This trigger the force indexing on each Vald Agent.
auto_index_duration_limit: 1m
# The check duration of automatic indexing.
# This trigger the indexing on each Vald Agent if the uncommitted index exceeds the limit.
auto_index_check_duration: 40s