Skip to content

Commit

Permalink
updated Helm chart readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yvoswillens committed Jan 10, 2022
1 parent d91dbd7 commit 9ac5433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion k8s/flowable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ helm repo add flowable-oss https://flowable.github.io/helm/

helm install my-flowable flowable-oss/flowable \
--create-namespace --namespace=flowable \
--set host.external=azure-flowable --set ingress.useHost=true \
--set host.external=<cluster external hostname> --set ingress.useHost=true \
--set postgres.storage.storageClassName=default
```

Expand Down Expand Up @@ -62,6 +62,7 @@ The following tables lists the configurable parameters of the Unifi chart and th
| `ingress.sslRedirect` | Enables SSL redirect | `false` |
| `ingress.useHost` | Enables host based routing using external `host.external` ( this must be a FQDN) | `false` |
| `ingress.class` | Ingress class name | `nginx`
| `ingress.clusterIssuer` | Ingress cert manager cluster issuer | ``
|<br/>|
| `ui.enabled` | Enables Flowable UI (either enable Flowable UI or Flowable REST) | `false` |
| `ui.replicas` | Number of replicated pods | `1` |
Expand Down

0 comments on commit 9ac5433

Please sign in to comment.