k8s_deploy

This commit is contained in:
wangchuxiao 2022-05-19 19:56:49 +08:00
parent d431a81cf0
commit e444a52b6a

View File

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