Commit 87e23212 authored by Manjunath A Kumatagi's avatar Manjunath A Kumatagi

Update the yaml file with multiarch images

parent 6f55de1b
......@@ -11,6 +11,6 @@ spec:
spec:
containers:
- name: nginx
image: gcr.io/google_containers/nginx-slim:0.8
image: {{.NginxSlimNewImage}}
ports:
- containerPort: 80
\ No newline at end of file
......@@ -10,6 +10,6 @@ spec:
spec:
containers:
- name: nginx
image: gcr.io/google_containers/nginx-slim:0.8
image: {{.NginxSlimNewImage}}
ports:
- containerPort: 80
\ No newline at end of file
......@@ -10,6 +10,6 @@ spec:
spec:
containers:
- name: nginx
image: gcr.io/google_containers/nginx-slim:0.7
image: {{.NginxSlimImage}}
ports:
- containerPort: 80
\ No newline at end of file
......@@ -7,6 +7,6 @@ metadata:
spec:
containers:
- name: pause
image: gcr.io/google-containers/pause:2.0
image: {{.PauseImage}}
ports:
- containerPort: 80
......@@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: nginx
image: gcr.io/google_containers/nginx-slim:0.7
image: {{.NginxSlimImage}}
ports:
- containerPort: 80
readinessProbe:
......
......@@ -25,7 +25,7 @@
"containers":[
{
"name":"redis-master",
"image": "gcr.io/k8s-testimages/redis:e2e",
"image": "{{.RedisImage}}",
"ports":[
{
"name":"redis-server",
......
......@@ -13,7 +13,7 @@ spec:
version: kitten
spec:
containers:
- image: gcr.io/google_containers/update-demo:kitten
- image: {{.KittenImage}}
name: update-demo
ports:
- containerPort: 80
......
......@@ -14,7 +14,7 @@ spec:
version: nautilus
spec:
containers:
- image: gcr.io/google_containers/update-demo:nautilus
- image: {{.NautilusImage}}
name: update-demo
ports:
- containerPort: 80
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment