mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
fixed image name in example:
This commit is contained in:
parent
6ca402b308
commit
5fd0b93065
@ -7,7 +7,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: myfrontend
|
- name: myfrontend
|
||||||
image: dockerfile/nginx
|
image: nginx
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
name: "http-server"
|
name: "http-server"
|
||||||
|
Loading…
Reference in New Issue
Block a user