-
Notifications
You must be signed in to change notification settings - Fork 490
Expand file tree
/
Copy pathvalues.yaml
More file actions
70 lines (53 loc) · 1.35 KB
/
values.yaml
File metadata and controls
70 lines (53 loc) · 1.35 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
# This component is licensed for OpenFaaS Standard/Enterprise customers only.
# Purchase or obtain a trial license at https://openfaas.com/pricing/
# You will need to create a license named "openfaas-license" - see the
# chart README for detailed instructions.
image: ghcr.io/openfaasltd/jetstream-queue-worker:0.4.12
replicas: 1
# Change this to your queue name.
# Allowed characters (a - z), (0 - 9), - and _
queueName: ""
mode: static
maxInflight: 1
# Enable adaptive concurrency limiting for functions.
# This setting only takes effect when mode is set to "function".
adaptiveConcurrency: true
queuePartitions: 1
partition: 0
consumer:
inactiveThreshold: "30s"
upstreamTimeout: "1m"
maxRetryAttempts: "100"
maxRetryWait: "120s"
initialRetryWait: "10s"
# 408 Request Timeout message
# 429 Too Many Requests
# 500 Internal Server Error
# 502 Bad Gateway
# 503 Service Unavailable
# 504 Gateway Timeout
httpRetryCodes: "408,429,500,502,503,504"
insecureTLS: false
gateway:
host: "http://gateway.openfaas"
port: "8080"
nats:
host: "nats.openfaas"
port: "4222"
stream:
name: "custom-request"
replicas: 1
consumer:
durableName: "custom-workers"
ackWait: "30s"
logs:
debug: false
format: "console"
resources:
requests:
memory: "120Mi"
cpu: "50m"
imagePullPolicy: IfNotPresent
nodeSelector: {}
tolerations: []
affinity: {}