1
This commit is contained in:
parent
fe164a1d34
commit
b9680152f6
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -5,5 +5,5 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 80 # 必须与 Endpoints 端口一致
|
port: 80
|
||||||
targetPort: 8188
|
targetPort: 8188
|
||||||
Loading…
x
Reference in New Issue
Block a user