Skip to content

Commit

Permalink
more details to move2kube install
Browse files Browse the repository at this point in the history
  • Loading branch information
dmartinol committed Feb 27, 2024
1 parent 8d85591 commit 6aa1fbe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kustomize/move2kube/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Prerequisites
* The manifests are generated without the `namespace` configuration
* Manifest names reflect the `resources` section of [kustomization.yaml](./base/kustomization.yaml)
* Apply the required configuration described in the Configuration section of [INSTALL.md](../../charts/workflows/charts/move2kube/INSTALL.md#configuration)
* Apply the required configuration described in the Configuration section of [INSTALL.md](../../charts/workflows/charts/move2kube/INSTALL.md#configuration)

A brief explanation of the system architecture is provided in the related [document](./move2kube.md).

Expand All @@ -17,6 +17,9 @@ cd base && kustomize edit set image serverless-workflow-m2k-kfunc=quay.io/orches
Edit configuration in [values.properties](./base/values.properties), [config.properties](./base/config.properties) and
[secret.properties](./base/secret.properties) to match your environment configuration.

**Note**: in particular, please update the value of `MOVE2KUBE_URL` and `MOVE2KUBE_API` to match the URL of the route exposed by
the `move2kube` instance (e.g. `https://move2kube-sonataflow-infra.apps.<CLUSTER DOMAIN>/`)

## Deploy to the cluster
### Deploy the production environment
This environment applies the generated manifests with minimal customizations to:
Expand Down

0 comments on commit 6aa1fbe

Please sign in to comment.