You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/deployments/openim-server
Xinwei Xiong f198317ce7
🧶 feat: Big job! kubernetes Deployment Design (#1055)
10 months ago
..
templates 🔥Super feat: OpenIM CTL optimization is supported (#926) 11 months ago
.helmignore 🔥Super feat: OpenIM CTL optimization is supported (#926) 11 months ago
Chart.yaml 🧶 feat: Big job! kubernetes Deployment Design (#1055) 10 months ago
LICENSE 🧶 feat: Big job! kubernetes Deployment Design (#1055) 10 months ago
README.md 🧶 feat: Big job! kubernetes Deployment Design (#1055) 10 months ago
values.yaml 🔥Super feat: OpenIM CTL optimization is supported (#926) 11 months ago

README.md

OpenIM Server Chat

目录结构

openim-server/
  Chart.yaml          # 包含了chart信息的YAML文件
  LICENSE             # 包含OpenIM Chart许可证的纯文本文件
  README.md           # OpenIM 可读的README文件
  values.yaml         # chart 默认的配置值
  charts/             # 包含chart依赖的其他chart
  crds/               # 自定义资源的定义
  templates/          # 模板目录, 当和values 结合时可生成有效的Kubernetes manifest文件
  templates/NOTES.txt # 包含简要使用说明的纯文本文件