From 6aa1fbe6a37e5f78dbcfe4bdbf7b5f473bb8b4b2 Mon Sep 17 00:00:00 2001 From: Daniele Martinoli <86618610+dmartinol@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:08:43 +0100 Subject: [PATCH] more details to move2kube install --- kustomize/move2kube/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kustomize/move2kube/README.md b/kustomize/move2kube/README.md index c3b07c3b..ae7ba2e9 100644 --- a/kustomize/move2kube/README.md +++ b/kustomize/move2kube/README.md @@ -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). @@ -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./`) + ## Deploy to the cluster ### Deploy the production environment This environment applies the generated manifests with minimal customizations to: