From 285c90e56ddd0cf9f555bda89100108d99da7c7a Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 2 Feb 2026 22:01:51 +0100 Subject: [PATCH] Update ports --- lingo/lingo-api-deployment.yaml | 2 +- lingo/lingo-api-service.yaml | 2 +- lingo/lingo-frontend-deployment.yaml | 2 +- lingo/lingo-frontend-service.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lingo/lingo-api-deployment.yaml b/lingo/lingo-api-deployment.yaml index c8cee95..57cf182 100644 --- a/lingo/lingo-api-deployment.yaml +++ b/lingo/lingo-api-deployment.yaml @@ -20,7 +20,7 @@ spec: - image: ghcr.io/rubenhensen/lingo-api:master name: lingo-api ports: - - containerPort: 8000 + - containerPort: 80 protocol: TCP resources: requests: diff --git a/lingo/lingo-api-service.yaml b/lingo/lingo-api-service.yaml index b2ee4ef..0912f7c 100644 --- a/lingo/lingo-api-service.yaml +++ b/lingo/lingo-api-service.yaml @@ -8,6 +8,6 @@ spec: ports: - name: "api" port: 8000 - targetPort: 8000 + targetPort: 80 selector: app: lingo-api diff --git a/lingo/lingo-frontend-deployment.yaml b/lingo/lingo-frontend-deployment.yaml index 5020c58..7ab0806 100644 --- a/lingo/lingo-frontend-deployment.yaml +++ b/lingo/lingo-frontend-deployment.yaml @@ -20,7 +20,7 @@ spec: - image: ghcr.io/rubenhensen/lingo-frontend:master name: lingo-frontend ports: - - containerPort: 8001 + - containerPort: 80 protocol: TCP resources: requests: diff --git a/lingo/lingo-frontend-service.yaml b/lingo/lingo-frontend-service.yaml index 3a84b17..4c696d7 100644 --- a/lingo/lingo-frontend-service.yaml +++ b/lingo/lingo-frontend-service.yaml @@ -8,6 +8,6 @@ spec: ports: - name: "frontend" port: 8001 - targetPort: 8001 + targetPort: 80 selector: app: lingo-frontend