Changed routes.yaml file name and respective reference in README

This commit is contained in:
Luis Aleixo 2022-01-13 16:36:01 +01:00
parent 07fe51ee06
commit a73f8ec5de
2 changed files with 2 additions and 3 deletions

View file

@ -287,11 +287,10 @@ $ cd app-config/openshift
$ oc process -f configmap.yaml | oc replace -f - $ oc process -f configmap.yaml | oc replace -f -
$ oc process -f services.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 imagestreams.yaml | oc replace -f -
$ oc process -f buildconfig.yaml --param GIT_BRANCH='live/test-cara' | 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 - $ 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, Be aware that if you create/recreate the environment you must manually create a **route** in OpenShift,
it will lose the annotation to be exposed outside CERN (not committed in this repo). specifying the respective annotation to be exposed outside CERN.