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