Add gcr.io/istio-next to image names
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
375e2d35dd
commit
03182151ee
13 changed files with 60 additions and 33 deletions
|
@ -11,9 +11,10 @@ spec:
|
|||
terminationGracePeriodSeconds: 5
|
||||
containers:
|
||||
- name: server
|
||||
image: currencyservice
|
||||
image: gcr.io/istio-next/currencyservice
|
||||
ports:
|
||||
- containerPort: 7000
|
||||
- name: grpc
|
||||
containerPort: 7000
|
||||
readinessProbe:
|
||||
periodSeconds: 5
|
||||
tcpSocket:
|
||||
|
@ -39,5 +40,6 @@ spec:
|
|||
selector:
|
||||
app: currencyservice
|
||||
ports:
|
||||
- port: 7000
|
||||
- name: grpc
|
||||
port: 7000
|
||||
targetPort: 7000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue