Browse Source

Updated OpenShiftProject variable

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
f3d8106e68
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      deploy/aro/basket-api/azure-pipelines.yml

+ 2
- 2
deploy/aro/basket-api/azure-pipelines.yml View File

@ -20,8 +20,8 @@ stages:
OpenShiftProject: development
SourceImageRegistryProjectName: $(OpenShiftProject)
EnvironmentName: dev
IdentityApiHostName: identityapi.$(OpenShiftProjectName).svc
RedisHostname: redis.$(OpenShiftProjectName).svc
IdentityApiHostName: identityapi.$(OpenShiftProject).svc
RedisHostname: redis.$(OpenShiftProject).svc
IdentityPublicHostName: identity$(EnvironmentName)
IdentityUrlExternal: https://$(IdentityPublicHostName)
IdentityApiUrl: http://$(IdentityApiHostName):8080


Loading…
Cancel
Save