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 2ae758c commit 46b4747Copy full SHA for 46b4747
chart/openfaas/values.yaml
@@ -238,12 +238,16 @@ alertmanager:
238
memory: "50Mi"
239
240
stan:
241
+ # Image used for nats deployment when using async with NATS-Streaming.
242
image: nats-streaming:0.22.0
243
244
# NATS is required for async
245
nats:
246
channel: "faas-request"
247
queueMode: ""
248
+ # Stream replication is set to 1 by default. This is only recommended for development.
249
+ # For production a value of at least 3 is recommended for NATS JetStream to be resilient.
250
+ # See https://github.com/openfaas/openfaas-pro/blob/master/jetstream.md
251
streamReplication: 1
252
external:
253
clusterName: ""
0 commit comments