From cf613b05410dd5cc154d9577907b7f4402930633 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 4 May 2026 22:00:25 +0700 Subject: [PATCH] ++ --- apps/processing/base/api-deployment.yaml | 2 +- apps/processing/base/api-service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/processing/base/api-deployment.yaml b/apps/processing/base/api-deployment.yaml index 2b4e313..a265aa2 100644 --- a/apps/processing/base/api-deployment.yaml +++ b/apps/processing/base/api-deployment.yaml @@ -54,7 +54,7 @@ spec: exec /httpserver migrate ports: - name: http - containerPort: 8000 + containerPort: 8080 protocol: TCP env: - name: POSTGRES_POOL_SIZE diff --git a/apps/processing/base/api-service.yaml b/apps/processing/base/api-service.yaml index 6b29d65..7379cf0 100644 --- a/apps/processing/base/api-service.yaml +++ b/apps/processing/base/api-service.yaml @@ -11,5 +11,5 @@ spec: ports: - name: http port: 80 - targetPort: 8000 + targetPort: 8080 protocol: TCP