Fix services names in azure-pipelines
This commit is contained in:
Родитель
33c8cc2dd3
Коммит
9436aa24b9
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче