From 21e5fc04082ed4ffe3f2e38f4648df80419fc4a5 Mon Sep 17 00:00:00 2001 From: qxsugar Date: Fri, 11 Apr 2025 14:08:27 +0800 Subject: [PATCH] updated: 2025-04-11 14:08:27 --- product/mica-gateway/ingress.yaml | 2 +- product/mica-gateway/service.yaml | 13 ++++++++++++- uat/mica-gateway/ingress.yaml | 2 +- uat/mica-gateway/service.yaml | 4 ---- 4 files changed, 14 insertions(+), 7 deletions(-) diff --git a/product/mica-gateway/ingress.yaml b/product/mica-gateway/ingress.yaml index 16d200c..6670c03 100644 --- a/product/mica-gateway/ingress.yaml +++ b/product/mica-gateway/ingress.yaml @@ -20,4 +20,4 @@ spec: service: name: juno-mica-gateway port: - number: 80 + number: 8080 diff --git a/product/mica-gateway/service.yaml b/product/mica-gateway/service.yaml index 8b13789..0d04d6a 100644 --- a/product/mica-gateway/service.yaml +++ b/product/mica-gateway/service.yaml @@ -1 +1,12 @@ - +apiVersion: v1 +kind: Service +metadata: + name: juno-mica-gateway +spec: + selector: + app: juno-mica-gateway + ports: + - name: http + port: 8080 + protocol: TCP + targetPort: http \ No newline at end of file diff --git a/uat/mica-gateway/ingress.yaml b/uat/mica-gateway/ingress.yaml index 4d17679..29089a6 100644 --- a/uat/mica-gateway/ingress.yaml +++ b/uat/mica-gateway/ingress.yaml @@ -20,4 +20,4 @@ spec: service: name: juno-mica-gateway port: - number: 80 + number: 8080 diff --git a/uat/mica-gateway/service.yaml b/uat/mica-gateway/service.yaml index f4d6b8a..0d04d6a 100644 --- a/uat/mica-gateway/service.yaml +++ b/uat/mica-gateway/service.yaml @@ -9,8 +9,4 @@ spec: - name: http port: 8080 protocol: TCP - targetPort: http - - name: http80 - port: 80 - protocol: TCP targetPort: http \ No newline at end of file