Skip to content

Commit b798f42

Browse files
authored
Update web.yaml
Change the container image of the Statefulset in the first document(application/web/web.yaml ) to registry.k8s.io/nginx-slim:0.7
1 parent 271d4ee commit b798f42

File tree

1 file changed

+1
-1
lines changed
  • content/en/examples/application/web

1 file changed

+1
-1
lines changed

content/en/examples/application/web/web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
spec:
3030
containers:
3131
- name: nginx
32-
image: registry.k8s.io/nginx-slim:0.8
32+
image: registry.k8s.io/nginx-slim:0.7
3333
ports:
3434
- containerPort: 80
3535
name: web

0 commit comments

Comments
 (0)