Final builds update
This commit is contained in:
parent
32db98422c
commit
b8df869b45
@ -20,6 +20,8 @@ jobs:
|
||||
parameters:
|
||||
services: mobileshoppingapigw mobilemarketingapigw webshoppingapigw webmarketingapigw
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: ocelotapigw
|
||||
|
@ -15,6 +15,8 @@ jobs:
|
||||
parameters:
|
||||
services: basket.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: basket.api
|
||||
|
@ -15,6 +15,8 @@ jobs:
|
||||
parameters:
|
||||
services: identity.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: identity.api
|
||||
|
@ -15,6 +15,8 @@ jobs:
|
||||
parameters:
|
||||
services: locations.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: locations.api
|
||||
|
@ -15,6 +15,8 @@ jobs:
|
||||
parameters:
|
||||
services: marketing.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: marketing.api
|
||||
|
@ -14,6 +14,8 @@ jobs:
|
||||
parameters:
|
||||
services: mobileshoppingagg
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: mobileshoppingagg
|
||||
|
@ -17,6 +17,8 @@ jobs:
|
||||
parameters:
|
||||
services: ordering.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: ordering.api
|
||||
|
@ -15,6 +15,8 @@ jobs:
|
||||
parameters:
|
||||
services: payment.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: payment.api
|
||||
|
@ -14,6 +14,8 @@ jobs:
|
||||
parameters:
|
||||
services: webshoppingagg
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webshoppingagg
|
||||
|
@ -15,6 +15,8 @@ jobs:
|
||||
parameters:
|
||||
services: webhooks.api
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webhooks.api
|
||||
|
@ -15,6 +15,8 @@ jobs:
|
||||
parameters:
|
||||
services: webhooks.client
|
||||
registryEndpoint: $(registryEndpoint)
|
||||
helmfrom: $(Build.SourcesDirectory)/k8s/helm
|
||||
helmto: $(Build.ArtifactStagingDirectory)/k8s/helm
|
||||
- template: ../multiarch.yaml
|
||||
parameters:
|
||||
image: webhooks.client
|
||||
|
Loading…
x
Reference in New Issue
Block a user