Fix image name

This commit is contained in:
Victor Timofei 2021-12-30 18:17:19 +02:00 committed by GitHub
parent cfa6893ac5
commit d4014d18bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ spec:
containers: containers:
- name: 2048-app - name: 2048-app
# Replace with your docker registry info # 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: ports:
- name: http - name: http
containerPort: 8000 containerPort: 8000