k8s_deploy

This commit is contained in:
wangchuxiao 2022-05-19 20:05:37 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent 0f38dc5c6b
commit 831f074a99

View File

@ -25,7 +25,7 @@ spec:
volumes:
- name: config
configMap:
name: myconfigmap
name: config
strategy: #更新策略
type: RollingUpdate # 滚动更新
---