This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Added PATH_BASE environment variable
pull/1259/head
Tim McCarthy
5 years ago
parent
4626838756
commit
200884aabd
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
deploy/aro/openshift-templates/basketapi-deploy-template.yml
+ 2
- 0
deploy/aro/openshift-templates/basketapi-deploy-template.yml
View File
@ -38,6 +38,8 @@ objects:
value
:
"8080"
-
name
:
GRPC_PORT
value
:
"8081"
-
name
:
PATH_BASE
value
:
/basket-api
image
:
docker-registry.default.svc:5000/${IMAGE_REGISTRY_PROJECT_NAME}/${APPLICATION_NAME}:latest
imagePullPolicy
:
Always
name
:
${APPLICATION_NAME}
Write
Preview
Loading…
Cancel
Save