k8s deploy

This commit is contained in:
wangchuxiao 2022-05-23 17:40:04 +08:00
parent 4287082f4b
commit b5ceec4883

View File

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