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 ec36671 commit 8c4a390Copy full SHA for 8c4a390
chart/openfaas/values-pro.yaml
@@ -46,5 +46,11 @@ queueWorker:
46
# https://www.openfaas.com/blog/jetstream-for-openfaas/
47
queueMode: jetstream
48
49
+# Set stream replication factor.
50
+# For production a value of at least 3 is recommended for NATS JetStream to be resilient.
51
+# See https://github.com/openfaas/openfaas-pro/blob/master/jetstream.md
52
+nats:
53
+ streamReplication: 3
54
+
55
# For timeouts longer than 60 seconds see:
56
# https://docs.openfaas.com/tutorials/expanded-timeouts/
0 commit comments