Fix services names in azure-pipelines

This commit is contained in:
Miguel Veloso 2019-12-19 09:01:04 +00:00
Родитель 33c8cc2dd3
Коммит 9436aa24b9
9 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: basket.api
services: basket-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

Просмотреть файл

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: catalog.api
services: catalog-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

Просмотреть файл

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: identity.api
services: identity-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

Просмотреть файл

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: locations.api
services: locations-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

Просмотреть файл

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: marketing.api
services: marketing-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

Просмотреть файл

@ -15,7 +15,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: ordering.api
services: ordering-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

Просмотреть файл

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: payment.api
services: payment-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

Просмотреть файл

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: webhooks.api
services: webhooks-api
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm

Просмотреть файл

@ -13,7 +13,7 @@ trigger:
jobs:
- template: ../buildimages.yaml
parameters:
services: webhooks.client
services: webhooks-client
registryEndpoint: $(registryEndpoint)
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm