Compare commits

...

5 Commits

Author SHA1 Message Date
Victor Timofei cb549487dd
Update application path 2021-12-31 14:58:14 +02:00
Victor Timofei e0668ff1ee
Revert changes 2021-12-30 19:10:54 +02:00
Victor Timofei 901b39f2fd
Move app to subdomain 2021-12-30 18:43:18 +02:00
Victor Timofei d4014d18bf
Fix image name 2021-12-30 18:17:19 +02:00
Victor Timofei cfa6893ac5
Update kustomization.yml 2021-12-30 15:33:02 +02:00
3 changed files with 3 additions and 2 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

View File

@ -12,7 +12,7 @@ spec:
- host: k8s-argocd.tk - host: k8s-argocd.tk
http: http:
paths: paths:
- path: /2048-game/ - path: /
pathType: Prefix pathType: Prefix
backend: backend:
service: service:

View File

@ -11,3 +11,4 @@ resources:
- service.yml - service.yml
- deployment.yml - deployment.yml
- ingress.yml - ingress.yml
- certificate.yml