mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-21 20:32:32 +08:00
k8s_deploy
This commit is contained in:
parent
faee88a442
commit
28a5ca824c
@ -22,6 +22,10 @@ spec:
|
||||
- name: config
|
||||
mountPath: /Open-IM-Server/config/config.yaml
|
||||
subPath: config.yaml
|
||||
volumes:
|
||||
- name: config
|
||||
configMap:
|
||||
name: myconfigmap
|
||||
strategy: #更新策略
|
||||
type: RollingUpdate # 滚动更新
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user