mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Update the yaml file with multiarch images
This commit is contained in:
parent
6f55de1bdf
commit
87e23212ba
@ -11,6 +11,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: gcr.io/google_containers/nginx-slim:0.8
|
||||
image: {{.NginxSlimNewImage}}
|
||||
ports:
|
||||
- containerPort: 80
|
@ -10,6 +10,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: gcr.io/google_containers/nginx-slim:0.8
|
||||
image: {{.NginxSlimNewImage}}
|
||||
ports:
|
||||
- containerPort: 80
|
@ -10,6 +10,6 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: gcr.io/google_containers/nginx-slim:0.7
|
||||
image: {{.NginxSlimImage}}
|
||||
ports:
|
||||
- containerPort: 80
|
@ -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
|
Loading…
Reference in New Issue
Block a user