This commit is contained in:
owen 2025-03-16 22:59:08 +08:00
parent fe164a1d34
commit b9680152f6
3 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,6 @@ namespace: gp2502
resources: resources:
- api2.yaml - api2.yaml
- api2-service.yaml - api2-service.yaml
- market-endpoints.yaml
- market-service.yaml
- ../base/projects/stock2 - ../base/projects/stock2
- ../base/redis - ../base/redis
- ../base/redis-nodeport - ../base/redis-nodeport

View File

@ -3,6 +3,8 @@ kind: Kustomization
namespace: gpdev namespace: gpdev
resources: resources:
- market-endpoints.yaml
- market-service.yaml
- ../base/projects/stock2 - ../base/projects/stock2
- ../base/projects/stock2/h5 - ../base/projects/stock2/h5
- ../base/projects/stock2/pc - ../base/projects/stock2/pc

View File

@ -5,5 +5,5 @@ metadata:
spec: spec:
ports: ports:
- protocol: TCP - protocol: TCP
port: 80 # 必须与 Endpoints 端口一致 port: 80
targetPort: 8188 targetPort: 8188