From 451945addeb86bd879f587c9d4bbb58c0408a462 Mon Sep 17 00:00:00 2001 From: tranqui89 Date: Tue, 3 Mar 2026 09:37:22 +0000 Subject: [PATCH] Update deploy.yaml --- deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy.yaml b/deploy.yaml index 5c78a81..7c63393 100644 --- a/deploy.yaml +++ b/deploy.yaml @@ -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