You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you wish to use the OpenFaaS Pro dashboard, [you must run the steps to "Create a signing key"](https://docs.openfaas.com/openfaas-pro/dashboard/#installation) before installing the Helm chart.
The main change here is to add: `--set openfaasPro=true`
130
126
127
+
For production, we recommend creating your own values.yaml file, but make sure you do not copy any more settings into it than strictly necessary. This way the file can be maintained easily over time.
128
+
129
+
Example installation with a values.yaml file instead of using `--set`:
In some cases your additional functions may need to be either deleted before deleting the chart with `faas-cli` or manually deleted using `kubectl delete`.
407
415
408
-
## ARM and Raspberry Pi
409
-
410
-
OpenFaaS container images are currently published as multi-arch for ARM64, armhf and `x64_64`. It's recommended that you use [arkade](https://get-arkade.dev) to install, or use the appropriate values.yaml file.
411
-
412
-
See also: [Kubernetes and Raspberry Pi in the docs](https://docs.openfaas.com/deployment/kubernetes)
413
-
414
416
## Kubernetes versioning
415
417
416
418
This Helm chart currently supports version 1.16+
@@ -424,6 +426,7 @@ Feel free to seek out help using the [OpenFaaS Slack workspace](https://slack.op
424
426
## Configuration
425
427
426
428
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`.
429
+
427
430
See [values.yaml](./values.yaml) for detailed configuration.
428
431
429
432
### General parameters
@@ -435,6 +438,7 @@ yaml) |
435
438
| `async` | Enables asynchronous function invocations. If `.nats.external.enabled` is `false`, also deploys NATS | `true` |
436
439
| `queueMode` | Set to `jetstream` to run the async system backed by NATS JetStream. By default the async system uses NATS Streaming|
437
440
| `basic_auth` | Enable basic authentication on the gateway and Prometheus. Warning: do not disable. | `true` |
0 commit comments