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
|
@ -41,8 +41,9 @@ metadata:
|
|||
name: redis-cart
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- port: 6379
|
||||
targetPort: 6379
|
||||
selector:
|
||||
app: redis-cart
|
||||
ports:
|
||||
- name: redis
|
||||
port: 6379
|
||||
targetPort: 6379
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue