Fix services names in azure-pipelines
This commit is contained in:
parent
33c8cc2dd3
commit
9436aa24b9
@ -13,7 +13,7 @@ trigger:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: ../buildimages.yaml
|
- template: ../buildimages.yaml
|
||||||
parameters:
|
parameters:
|
||||||
services: basket.api
|
services: basket-api
|
||||||
registryEndpoint: $(registryEndpoint)
|
registryEndpoint: $(registryEndpoint)
|
||||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||||
|
@ -13,7 +13,7 @@ trigger:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: ../buildimages.yaml
|
- template: ../buildimages.yaml
|
||||||
parameters:
|
parameters:
|
||||||
services: catalog.api
|
services: catalog-api
|
||||||
registryEndpoint: $(registryEndpoint)
|
registryEndpoint: $(registryEndpoint)
|
||||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||||
|
@ -13,7 +13,7 @@ trigger:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: ../buildimages.yaml
|
- template: ../buildimages.yaml
|
||||||
parameters:
|
parameters:
|
||||||
services: identity.api
|
services: identity-api
|
||||||
registryEndpoint: $(registryEndpoint)
|
registryEndpoint: $(registryEndpoint)
|
||||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||||
|
@ -13,7 +13,7 @@ trigger:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: ../buildimages.yaml
|
- template: ../buildimages.yaml
|
||||||
parameters:
|
parameters:
|
||||||
services: locations.api
|
services: locations-api
|
||||||
registryEndpoint: $(registryEndpoint)
|
registryEndpoint: $(registryEndpoint)
|
||||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||||
|
@ -13,7 +13,7 @@ trigger:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: ../buildimages.yaml
|
- template: ../buildimages.yaml
|
||||||
parameters:
|
parameters:
|
||||||
services: marketing.api
|
services: marketing-api
|
||||||
registryEndpoint: $(registryEndpoint)
|
registryEndpoint: $(registryEndpoint)
|
||||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||||
|
@ -15,7 +15,7 @@ trigger:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: ../buildimages.yaml
|
- template: ../buildimages.yaml
|
||||||
parameters:
|
parameters:
|
||||||
services: ordering.api
|
services: ordering-api
|
||||||
registryEndpoint: $(registryEndpoint)
|
registryEndpoint: $(registryEndpoint)
|
||||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||||
|
@ -13,7 +13,7 @@ trigger:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: ../buildimages.yaml
|
- template: ../buildimages.yaml
|
||||||
parameters:
|
parameters:
|
||||||
services: payment.api
|
services: payment-api
|
||||||
registryEndpoint: $(registryEndpoint)
|
registryEndpoint: $(registryEndpoint)
|
||||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||||
|
@ -13,7 +13,7 @@ trigger:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: ../buildimages.yaml
|
- template: ../buildimages.yaml
|
||||||
parameters:
|
parameters:
|
||||||
services: webhooks.api
|
services: webhooks-api
|
||||||
registryEndpoint: $(registryEndpoint)
|
registryEndpoint: $(registryEndpoint)
|
||||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||||
|
@ -13,7 +13,7 @@ trigger:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: ../buildimages.yaml
|
- template: ../buildimages.yaml
|
||||||
parameters:
|
parameters:
|
||||||
services: webhooks.client
|
services: webhooks-client
|
||||||
registryEndpoint: $(registryEndpoint)
|
registryEndpoint: $(registryEndpoint)
|
||||||
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
helmfrom: $(Build.SourcesDirectory)/deploy/k8s/helm
|
||||||
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
helmto: $(Build.ArtifactStagingDirectory)/deploy/k8s/helm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user