Compare commits
5 Commits
72c696580d
...
cb549487dd
Author | SHA1 | Date |
---|---|---|
Victor Timofei | cb549487dd | |
Victor Timofei | e0668ff1ee | |
Victor Timofei | 901b39f2fd | |
Victor Timofei | d4014d18bf | |
Victor Timofei | cfa6893ac5 |
|
@ -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
|
||||
|
|
|
@ -12,7 +12,7 @@ spec:
|
|||
- host: k8s-argocd.tk
|
||||
http:
|
||||
paths:
|
||||
- path: /2048-game/
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
|
|
|
@ -11,3 +11,4 @@ resources:
|
|||
- service.yml
|
||||
- deployment.yml
|
||||
- ingress.yml
|
||||
- certificate.yml
|
||||
|
|
Loading…
Reference in New Issue