mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
[优化] 部署
This commit is contained in:
@@ -19,13 +19,10 @@ spec:
|
|||||||
targetPort: 9002
|
targetPort: 9002
|
||||||
- port: 9003
|
- port: 9003
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 9003
|
targetPort: tcp9003
|
||||||
- port: 8801
|
- port: 9003
|
||||||
protocol: TCP
|
protocol: UDP
|
||||||
targetPort: 8801
|
targetPort: udp9003
|
||||||
- port: 5060
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: 5060
|
|
||||||
selector:
|
selector:
|
||||||
app.kubernetes.io/name: pandax
|
app.kubernetes.io/name: pandax
|
||||||
app.kubernetes.io/version: 1.0.0
|
app.kubernetes.io/version: 1.0.0
|
||||||
@@ -77,7 +74,7 @@ metadata:
|
|||||||
namespace: pandax
|
namespace: pandax
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- port: 7788
|
- port: 7789
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 7789
|
targetPort: 7789
|
||||||
selector:
|
selector:
|
||||||
@@ -118,10 +115,10 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
- containerPort: 9003
|
- containerPort: 9003
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- containerPort: 8801
|
name: tcp9003
|
||||||
protocol: TCP
|
- containerPort: 9003
|
||||||
- containerPort: 5060
|
protocol: UDP
|
||||||
protocol: TCP
|
name: udp9003
|
||||||
serviceAccountName: pandax
|
serviceAccountName: pandax
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
|
|||||||
Reference in New Issue
Block a user