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

@ -11,7 +11,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: server
image: recommendationservice
image: gcr.io/istio-next/recommendationservice
ports:
- containerPort: 8080
readinessProbe:
@ -42,5 +42,6 @@ spec:
selector:
app: recommendationservice
ports:
- port: 8080
- name: grpc
port: 8080
targetPort: 8080