Change gcr projectID in images
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
427f13fcd3
commit
db40889ad0
11 changed files with 20 additions and 20 deletions
|
@ -25,7 +25,7 @@ spec:
|
|||
terminationGracePeriodSeconds: 5
|
||||
containers:
|
||||
- name: server
|
||||
image: gcr.io/istio-next/cartservice
|
||||
image: gcr.io/microservices-demo-app/cartservice
|
||||
ports:
|
||||
- containerPort: 7070
|
||||
env:
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: server
|
||||
image: gcr.io/istio-next/checkoutservice
|
||||
image: gcr.io/microservices-demo-app/checkoutservice
|
||||
ports:
|
||||
- containerPort: 5050
|
||||
readinessProbe:
|
||||
|
|
|
@ -25,7 +25,7 @@ spec:
|
|||
terminationGracePeriodSeconds: 5
|
||||
containers:
|
||||
- name: server
|
||||
image: gcr.io/istio-next/currencyservice
|
||||
image: gcr.io/microservices-demo-app/currencyservice
|
||||
ports:
|
||||
- name: grpc
|
||||
containerPort: 7000
|
||||
|
|
|
@ -25,7 +25,7 @@ spec:
|
|||
terminationGracePeriodSeconds: 5
|
||||
containers:
|
||||
- name: server
|
||||
image: gcr.io/istio-next/emailservice
|
||||
image: gcr.io/microservices-demo-app/emailservice
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
readinessProbe:
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: server
|
||||
image: gcr.io/istio-next/frontend
|
||||
image: gcr.io/microservices-demo-app/frontend
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
readinessProbe:
|
||||
|
|
|
@ -38,7 +38,7 @@ spec:
|
|||
value: "frontend:80"
|
||||
containers:
|
||||
- name: main
|
||||
image: gcr.io/istio-next/loadgenerator
|
||||
image: gcr.io/microservices-demo-app/loadgenerator
|
||||
env:
|
||||
- name: FRONTEND_ADDR
|
||||
value: "frontend:80"
|
||||
|
|
|
@ -25,7 +25,7 @@ spec:
|
|||
terminationGracePeriodSeconds: 5
|
||||
containers:
|
||||
- name: server
|
||||
image: gcr.io/istio-next/paymentservice
|
||||
image: gcr.io/microservices-demo-app/paymentservice
|
||||
ports:
|
||||
- containerPort: 50051
|
||||
readinessProbe:
|
||||
|
|
|
@ -25,7 +25,7 @@ spec:
|
|||
terminationGracePeriodSeconds: 5
|
||||
containers:
|
||||
- name: server
|
||||
image: gcr.io/istio-next/productcatalogservice
|
||||
image: gcr.io/microservices-demo-app/productcatalogservice
|
||||
ports:
|
||||
- containerPort: 3550
|
||||
readinessProbe:
|
||||
|
|
|
@ -25,7 +25,7 @@ spec:
|
|||
terminationGracePeriodSeconds: 5
|
||||
containers:
|
||||
- name: server
|
||||
image: gcr.io/istio-next/recommendationservice
|
||||
image: gcr.io/microservices-demo-app/recommendationservice
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
readinessProbe:
|
||||
|
|
|
@ -24,7 +24,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: server
|
||||
image: gcr.io/istio-next/shippingservice
|
||||
image: gcr.io/microservices-demo-app/shippingservice
|
||||
ports:
|
||||
- containerPort: 50051
|
||||
readinessProbe:
|
||||
|
|
|
@ -18,25 +18,25 @@ build:
|
|||
tagPolicy:
|
||||
gitCommit: {}
|
||||
artifacts:
|
||||
- imageName: gcr.io/istio-next/emailservice
|
||||
- imageName: gcr.io/microservices-demo-app/emailservice
|
||||
workspace: src/emailservice
|
||||
- imageName: gcr.io/istio-next/productcatalogservice
|
||||
- imageName: gcr.io/microservices-demo-app/productcatalogservice
|
||||
workspace: src/productcatalogservice
|
||||
- imageName: gcr.io/istio-next/recommendationservice
|
||||
- imageName: gcr.io/microservices-demo-app/recommendationservice
|
||||
workspace: src/recommendationservice
|
||||
- imageName: gcr.io/istio-next/shippingservice
|
||||
- imageName: gcr.io/microservices-demo-app/shippingservice
|
||||
workspace: src/shippingservice
|
||||
- imageName: gcr.io/istio-next/checkoutservice
|
||||
- imageName: gcr.io/microservices-demo-app/checkoutservice
|
||||
workspace: src/checkoutservice
|
||||
- imageName: gcr.io/istio-next/paymentservice
|
||||
- imageName: gcr.io/microservices-demo-app/paymentservice
|
||||
workspace: src/paymentservice
|
||||
- imageName: gcr.io/istio-next/currencyservice
|
||||
- imageName: gcr.io/microservices-demo-app/currencyservice
|
||||
workspace: src/currencyservice
|
||||
- imageName: gcr.io/istio-next/cartservice
|
||||
- imageName: gcr.io/microservices-demo-app/cartservice
|
||||
workspace: src/cartservice
|
||||
- imageName: gcr.io/istio-next/frontend
|
||||
- imageName: gcr.io/microservices-demo-app/frontend
|
||||
workspace: src/frontend
|
||||
- imageName: gcr.io/istio-next/loadgenerator
|
||||
- imageName: gcr.io/microservices-demo-app/loadgenerator
|
||||
workspace: src/loadgenerator
|
||||
deploy:
|
||||
kubectl:
|
||||
|
|
Loading…
Reference in a new issue