Skip to content

Commit

Permalink
update nginx
Browse files Browse the repository at this point in the history
Update nginx image version to 1.21.6 so that able to create arm/amd pods.
Old version Nginx doesn't support arm.
  • Loading branch information
gthao313 committed Jun 23, 2022
1 parent 415ced0 commit da4ee9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integ/src/pods-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
spec:
containers:
- name: nginx
image: k8s.gcr.io/nginx-slim:0.8
image: nginx:1.21.6
ports:
- containerPort: 80
name: web-test
Expand Down Expand Up @@ -64,7 +64,7 @@ spec:
spec:
containers:
- name: nginx
image: nginx:1.7.9
image: nginx:1.21.6
ports:
- containerPort: 80
# pod disruption budget
Expand Down

0 comments on commit da4ee9c

Please sign in to comment.