From 65b1772d61faadaae3ea3948ceae12754d6e1fba Mon Sep 17 00:00:00 2001 From: laurent grateau Date: Tue, 29 Oct 2024 15:19:30 +0100 Subject: [PATCH] Remove openshift reference --- decisioncenter/webhooknotifier/README-KUBERNETES.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/decisioncenter/webhooknotifier/README-KUBERNETES.md b/decisioncenter/webhooknotifier/README-KUBERNETES.md index 0a29bf7..3356055 100644 --- a/decisioncenter/webhooknotifier/README-KUBERNETES.md +++ b/decisioncenter/webhooknotifier/README-KUBERNETES.md @@ -22,8 +22,6 @@ Also, before following the steps below, make sure you have built the images as e where `$REGISTRY_HOST` should be set to the hostname of the Docker registry optionally followed by the relevant repository depending on your Docker registry. - For instance $REGISTRY_HOST has the following format for an Openshift registry: `default-route-openshift-image-registry.apps./`. - 2. Start one pod for each image Set the current context to the namespace the Decision Center pods are running, and then run: @@ -38,7 +36,6 @@ Also, before following the steps below, make sure you have built the images as e --expose --port 3000 ``` - >NOTE 1: for an Openshift registry, `$REGISTRY_HOST` should be `image-registry.openshift-image-registry.svc:5000` >NOTE 2: These commands also create one service (of type ClusterIP) for each pod, allowing to send requests to the pods using the following URLs: