k8s_deploy

This commit is contained in:
wangchuxiao 2022-05-19 20:05:37 +08:00
parent 6fd84dba8f
commit dbc7023c00

View File

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