pull/455/head
wangchuxiao 3 years ago committed by Xinwei Xiong(cubxxw-openim)
parent a6bdc36318
commit 09f818f0f9

@ -19,7 +19,7 @@ spec:
ports: ports:
- containerPort: 10002 - containerPort: 10002
volumeMounts: volumeMounts:
- name: cfg - name: config
mountPath: /Open-IM-Server/config/config.yaml mountPath: /Open-IM-Server/config/config.yaml
subPath: config.yaml subPath: config.yaml
strategy: #更新策略 strategy: #更新策略
@ -32,7 +32,6 @@ metadata:
spec: spec:
externalTrafficPolicy: Cluster externalTrafficPolicy: Cluster
ports: ports:
- name: apiPort
port: 10002 port: 10002
protocol: TCP protocol: TCP
targetPort: 10002 targetPort: 10002

Loading…
Cancel
Save