k8s deploy

This commit is contained in:
wangchuxiao 2022-05-23 17:40:04 +08:00 committed by Xinwei Xiong(cubxxw-openim)
parent bbbeaa0f0d
commit 56e26a31bb

View File

@ -33,7 +33,6 @@ spec:
- name: local-db
hostPath:
path: /db/sdk
type: Directory
strategy: #更新策略
type: RollingUpdate # 滚动更新
---