Fix image name
This commit is contained in:
parent
cfa6893ac5
commit
d4014d18bf
|
@ -18,7 +18,7 @@ spec:
|
|||
containers:
|
||||
- name: 2048-app
|
||||
# Replace with your docker registry info
|
||||
image: <your_docker_registry>/<repo_name>/<image_name>:<tag>
|
||||
image: registry.hub.docker.com/vtimofei/hello-app:1.0.0
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8000
|
||||
|
|
Loading…
Reference in New Issue