updated: 2025-04-11 14:08:27

This commit is contained in:
qxsugar 2025-04-11 14:08:27 +08:00
parent 1bb935917f
commit 21e5fc0408
4 changed files with 14 additions and 7 deletions

View File

@ -20,4 +20,4 @@ spec:
service:
name: juno-mica-gateway
port:
number: 80
number: 8080

View File

@ -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

View File

@ -20,4 +20,4 @@ spec:
service:
name: juno-mica-gateway
port:
number: 80
number: 8080

View File

@ -10,7 +10,3 @@ spec:
port: 8080
protocol: TCP
targetPort: http
- name: http80
port: 80
protocol: TCP
targetPort: http