k8s_deploy

This commit is contained in:
wangchuxiao 2022-05-19 19:55:51 +08:00
parent dcb03a2250
commit d431a81cf0

View File

@ -22,6 +22,10 @@ spec:
- name: config
mountPath: /Open-IM-Server/config/config.yaml
subPath: config.yaml
volumes:
- name: config
configMap:
name: myconfigmap
strategy: #更新策略
type: RollingUpdate # 滚动更新
---