From 048749ed2b71848a8c13b76dc2c58bb1bbe8b84f Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 4 May 2026 21:54:48 +0700 Subject: [PATCH] ++ --- apps/processing/base/frontend-deployment.yaml | 2 +- apps/processing/base/frontend-service.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/processing/base/frontend-deployment.yaml b/apps/processing/base/frontend-deployment.yaml index f301b8f..5a0a302 100644 --- a/apps/processing/base/frontend-deployment.yaml +++ b/apps/processing/base/frontend-deployment.yaml @@ -22,7 +22,7 @@ spec: imagePullPolicy: IfNotPresent ports: - name: http - containerPort: 80 + containerPort: 8080 protocol: TCP resources: requests: diff --git a/apps/processing/base/frontend-service.yaml b/apps/processing/base/frontend-service.yaml index 14a2a63..121d041 100644 --- a/apps/processing/base/frontend-service.yaml +++ b/apps/processing/base/frontend-service.yaml @@ -11,5 +11,5 @@ spec: ports: - name: http port: 80 - targetPort: 80 + targetPort: 8080 protocol: TCP