Add gcr.io/istio-next to image names

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-07-07 17:14:52 -07:00
parent 375e2d35dd
commit 03182151ee
13 changed files with 60 additions and 33 deletions

View file

@ -10,7 +10,7 @@ spec:
spec:
containers:
- name: server
image: shippingservice
image: gcr.io/istio-next/shippingservice
ports:
- containerPort: 50051
readinessProbe:
@ -38,5 +38,6 @@ spec:
selector:
app: shippingservice
ports:
- port: 50051
- name: grpc
port: 50051
targetPort: 50051