Skip to content

Commit

Permalink
Merge pull request #19 from RedHatGov/4.10
Browse files Browse the repository at this point in the history
Fix nodejs image stream tag
  • Loading branch information
andykrohg authored May 2, 2022
2 parents c5e78a4 + 8132259 commit 9df0b89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workshop/content/lab1.3_deploymsa.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Deploy the boards service:
```execute
oc new-app -f ./config/app/boards-fromsource.yaml \
-p APPLICATION_NAME=boards \
-p NODEJS_VERSION_TAG=16-ubi \
-p NODEJS_VERSION_TAG=16-ubi8 \
-p GIT_URI=https://github.com/RedHatGov/service-mesh-workshop-code.git \
-p GIT_BRANCH=workshop-stable \
-p DATABASE_SERVICE_NAME=boards-mongodb \
Expand All @@ -59,7 +59,7 @@ Deploy the context scraper service:
```execute
oc new-app -f ./config/app/context-scraper-fromsource.yaml \
-p APPLICATION_NAME=context-scraper \
-p NODEJS_VERSION_TAG=16-ubi \
-p NODEJS_VERSION_TAG=16-ubi8 \
-p GIT_BRANCH=workshop-stable \
-p GIT_URI=https://github.com/RedHatGov/service-mesh-workshop-code.git
```
Expand All @@ -72,7 +72,7 @@ Deploy the user interface:
```execute
oc new-app -f ./config/app/app-ui-fromsource.yaml \
-p APPLICATION_NAME=app-ui \
-p NODEJS_VERSION_TAG=16-ubi \
-p NODEJS_VERSION_TAG=16-ubi8 \
-p GIT_BRANCH=workshop-stable \
-p GIT_URI=https://github.com/RedHatGov/service-mesh-workshop-code.git \
-e FAKE_USER=true
Expand Down

0 comments on commit 9df0b89

Please sign in to comment.