Merge branch 'feature/openshift_template_router' into 'master'
README update concerning routes.yaml See merge request cara/cara!318
This commit is contained in:
commit
7dd6e93e0d
2 changed files with 2 additions and 3 deletions
|
|
@ -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.
|
||||
Loading…
Reference in a new issue