Update deploy.yaml

This commit is contained in:
tranqui89 2026-03-03 08:17:19 +00:00
parent 2a211f3a41
commit 109a6074ec

View File

@ -29,7 +29,7 @@ spec:
- name: nginx - name: nginx
image: tranqui89/parking-ai image: tranqui89/parking-ai
ports: ports:
- containerPort: 80 - containerPort: 3000
--- ---
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: 80 targetPort: 3000
--- ---
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress