[优化] 部署

This commit is contained in:
PandaX
2023-11-09 10:30:28 +08:00
parent 967b60e227
commit a37dace97c

View File

@@ -19,13 +19,10 @@ spec:
targetPort: 9002
- port: 9003
protocol: TCP
targetPort: 9003
- port: 8801
protocol: TCP
targetPort: 8801
- port: 5060
protocol: TCP
targetPort: 5060
targetPort: tcp9003
- port: 9003
protocol: UDP
targetPort: udp9003
selector:
app.kubernetes.io/name: pandax
app.kubernetes.io/version: 1.0.0
@@ -77,7 +74,7 @@ metadata:
namespace: pandax
spec:
ports:
- port: 7788
- port: 7789
protocol: TCP
targetPort: 7789
selector:
@@ -118,10 +115,10 @@ spec:
protocol: TCP
- containerPort: 9003
protocol: TCP
- containerPort: 8801
protocol: TCP
- containerPort: 5060
protocol: TCP
name: tcp9003
- containerPort: 9003
protocol: UDP
name: udp9003
serviceAccountName: pandax
---
apiVersion: apps/v1