We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e369e07 commit a1a010aCopy full SHA for a1a010a
chart/openfaas/templates/jetstream-queueworker-dep.yaml
@@ -66,6 +66,8 @@ spec:
66
value: "{{ .Values.jetstreamQueueWorker.logs.debug }}"
67
- name: "log_encoding"
68
value: "{{ .Values.jetstreamQueueWorker.logs.format }}"
69
+ - name: upstream_timeout
70
+ value: "{{ .Values.gateway.upstreamTimeout }}"
71
72
# OpenFaaS PRO license required
73
- name: "max_retry_attempts"
chart/openfaas/values.yaml
@@ -178,7 +178,7 @@ operator:
178
#
179
# Enable automatically when nats.queueMode is set to "jetstream"
180
jetstreamQueueWorker:
181
- image: ghcr.io/openfaasltd/jetstream-queue-worker:0.1.0-rc2
+ image: ghcr.io/openfaasltd/jetstream-queue-worker:0.1.0-rc3
182
durableName: "faas-workers"
183
logs:
184
debug: false
0 commit comments