diff --git a/README.md b/README.md index aa67fda1..a990202d 100644 --- a/README.md +++ b/README.md @@ -287,11 +287,10 @@ $ cd app-config/openshift $ oc process -f configmap.yaml | oc replace -f - $ oc process -f services.yaml | oc replace -f - -$ oc process -f routes.yaml --param HOST='test-cara.web.cern.ch' | oc replace -f - $ oc process -f imagestreams.yaml | oc replace -f - $ oc process -f buildconfig.yaml --param GIT_BRANCH='live/test-cara' | oc replace -f - $ oc process -f deploymentconfig.yaml --param PROJECT_NAME='cara-test' | oc replace -f - ``` -Be aware that if you change/replace the **route** of the PROD instance, -it will lose the annotation to be exposed outside CERN (not committed in this repo). +Be aware that if you create/recreate the environment you must manually create a **route** in OpenShift, +specifying the respective annotation to be exposed outside CERN. \ No newline at end of file diff --git a/app-config/openshift/routes.yaml b/app-config/openshift/routes.example.yaml similarity index 100% rename from app-config/openshift/routes.yaml rename to app-config/openshift/routes.example.yaml