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