k8s version update

This commit is contained in:
wangchuxiao
2022-11-11 12:17:04 +08:00
parent 42d9e7175f
commit 15df8e0a08
17 changed files with 146 additions and 17 deletions
+9 -1
View File
@@ -23,13 +23,21 @@ spec:
- name: config
mountPath: /Open-IM-Server/config
readOnly: true
- name: usualConfig
mountPath: /Open-IM-Server/config
readOnly: true
env:
- name: CONFIG_NAME
value: "/Open-IM-Server"
value: "/Open-IM-Server"
- name: USUAL_CONFIG_NAME
value: "/Open-IM-Server"
volumes:
- name: config
configMap:
name: openim-config
- name: usualConfig
configMap:
name: openim-usualConfig
strategy: #更新策略
type: RollingUpdate # 滚动更新
---