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