Update deploy.yaml

This commit is contained in:
tranqui89 2026-03-03 09:37:22 +00:00
parent b15c2d7835
commit 451945adde

View File

@ -27,9 +27,9 @@ spec:
spec:
containers:
- name: nginx
image: tranqui89/parking-ai
image: tranqui89/user-clock
ports:
- containerPort: 5000
- containerPort: 80
---
apiVersion: v1
kind: Service
@ -40,7 +40,7 @@ spec:
app: web-app
ports:
- port: 80
targetPort: 5000
targetPort: 80
---
apiVersion: networking.k8s.io/v1
kind: Ingress