mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
docs: add all openim helm chart deployment
Signed-off-by: Xinwei Xiong(cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
18437073ff
commit
afd7bd5a50
79
.github/workflows/docker-buildx.yml
vendored
79
.github/workflows/docker-buildx.yml
vendored
@ -54,6 +54,19 @@ jobs:
|
|||||||
username: ${{ github.repository_owner }}
|
username: ${{ github.repository_owner }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Log in to Docker Hub
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
|
- name: Log in to AliYun Docker Hub
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: registry.cn-hangzhou.aliyuncs.com
|
||||||
|
username: ${{ secrets.ALIREGISTRY_USERNAME }}
|
||||||
|
password: ${{ secrets.ALIREGISTRY_TOKEN }}
|
||||||
|
|
||||||
################################################
|
################################################
|
||||||
# build/
|
# build/
|
||||||
# └── docker
|
# └── docker
|
||||||
@ -89,7 +102,10 @@ jobs:
|
|||||||
id: meta1
|
id: meta1
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-api
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-api
|
||||||
|
docker.io/openimsdk/openim-api
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-api
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-api
|
- name: Build and push Docker image for openim-api
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -107,7 +123,10 @@ jobs:
|
|||||||
id: meta2
|
id: meta2
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-cmdutils
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-cmdutils
|
||||||
|
docker.io/openimsdk/openim-cmdutils
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-cmdutils
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-cmdutils
|
- name: Build and push Docker image for openim-cmdutils
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -125,7 +144,10 @@ jobs:
|
|||||||
id: meta3
|
id: meta3
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-crontask
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-crontask
|
||||||
|
docker.io/openimsdk/openim-crontask
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-crontask
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-crontask
|
- name: Build and push Docker image for openim-crontask
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -143,7 +165,10 @@ jobs:
|
|||||||
id: meta4
|
id: meta4
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-msggateway
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-msggateway
|
||||||
|
docker.io/openimsdk/openim-msggateway
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-msggateway
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-msggateway
|
- name: Build and push Docker image for openim-msggateway
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -161,7 +186,10 @@ jobs:
|
|||||||
id: meta5
|
id: meta5
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-msgtransfer
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-msgtransfer
|
||||||
|
docker.io/openimsdk/openim-msgtransfer
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-msgtransfer
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-msgtransfer
|
- name: Build and push Docker image for openim-msgtransfer
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -179,7 +207,10 @@ jobs:
|
|||||||
id: meta6
|
id: meta6
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-push
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-push
|
||||||
|
docker.io/openimsdk/openim-push
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-push
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-push
|
- name: Build and push Docker image for openim-push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -197,7 +228,10 @@ jobs:
|
|||||||
id: meta7
|
id: meta7
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-rpc-auth
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-rpc-auth
|
||||||
|
docker.io/openimsdk/openim-rpc-auth
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-rpc-auth
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-auth
|
- name: Build and push Docker image for openim-rpc-auth
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -215,7 +249,10 @@ jobs:
|
|||||||
id: meta8
|
id: meta8
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-rpc-conversation
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-rpc-conversation
|
||||||
|
docker.io/openimsdk/openim-rpc-conversation
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-rpc-conversation
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-conversation
|
- name: Build and push Docker image for openim-rpc-conversation
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -233,7 +270,10 @@ jobs:
|
|||||||
id: meta9
|
id: meta9
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-rpc-friend
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-rpc-friend
|
||||||
|
docker.io/openimsdk/openim-rpc-friend
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-rpc-friend
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-friend
|
- name: Build and push Docker image for openim-rpc-friend
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -251,7 +291,10 @@ jobs:
|
|||||||
id: meta10
|
id: meta10
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-rpc-group
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-rpc-group
|
||||||
|
docker.io/openimsdk/openim-rpc-group
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-rpc-group
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-group
|
- name: Build and push Docker image for openim-rpc-group
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -269,7 +312,10 @@ jobs:
|
|||||||
id: meta11
|
id: meta11
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-rpc-msg
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-rpc-msg
|
||||||
|
docker.io/openimsdk/openim-rpc-msg
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-rpc-msg
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-msg
|
- name: Build and push Docker image for openim-rpc-msg
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -287,7 +333,10 @@ jobs:
|
|||||||
id: meta12
|
id: meta12
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-rpc-third
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-rpc-third
|
||||||
|
docker.io/openimsdk/openim-rpc-third
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-rpc-third
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-third
|
- name: Build and push Docker image for openim-rpc-third
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -305,7 +354,10 @@ jobs:
|
|||||||
id: meta13
|
id: meta13
|
||||||
uses: docker/metadata-action@v5.0.0
|
uses: docker/metadata-action@v5.0.0
|
||||||
with:
|
with:
|
||||||
images: ghcr.io/openimsdk/openim-rpc-user
|
images: |
|
||||||
|
ghcr.io/openimsdk/openim-rpc-user
|
||||||
|
docker.io/openimsdk/openim-rpc-user
|
||||||
|
registry.cn-shanghai.aliyuncs.com/openimsdk/openim-rpc-user
|
||||||
|
|
||||||
- name: Build and push Docker image for openim-rpc-user
|
- name: Build and push Docker image for openim-rpc-user
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
@ -318,4 +370,3 @@ jobs:
|
|||||||
labels: ${{ steps.meta13.outputs.labels }}
|
labels: ${{ steps.meta13.outputs.labels }}
|
||||||
cache-from: type=local,src=/tmp/.buildx-cache
|
cache-from: type=local,src=/tmp/.buildx-cache
|
||||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://www.openim.online">
|
<a href="https://openim.io">
|
||||||
<img src="./assets/logo-gif/openim-logo.gif" width="60%" height="30%"/>
|
<img src="./assets/logo-gif/openim-logo.gif" width="60%" height="30%"/>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@ -23,7 +23,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="./README.md"><b> English </b></a> •
|
<a href="./README.md"><b> English </b></a> •
|
||||||
<a href="./README-zh_CN.md"><b> 简体中文 </b></a> •
|
<a href="./README-zh_CN.md"><b> 简体中文 </b></a> •
|
||||||
<a href="https://www.openim.online/en"><b> Docs </b></a>
|
<a href="https://openim.io/en"><b> Docs </b></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="https://www.openim.online">
|
<a href="https://openim.io">
|
||||||
<img src="./assets/logo-gif/openim-logo.gif" width="60%" height="30%"/>
|
<img src="./assets/logo-gif/openim-logo.gif" width="60%" height="30%"/>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="./README.md"><b> English </b></a> •
|
<a href="./README.md"><b> English </b></a> •
|
||||||
<a href="./README-zh_CN.md"><b> 简体中文 </b></a> •
|
<a href="./README-zh_CN.md"><b> 简体中文 </b></a> •
|
||||||
<a href="https://www.openim.online/en"><b> Docs </b></a>
|
<a href="https://openim.io/en"><b> Docs </b></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
@ -112,4 +112,3 @@ $ make image
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Explore our Helm-Charts repository and read through: [Helm-Charts Repository](https://github.com/openimsdk/helm-charts)
|
Explore our Helm-Charts repository and read through: [Helm-Charts Repository](https://github.com/openimsdk/helm-charts)
|
||||||
|
|
||||||
|
@ -48,10 +48,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config/config.yaml
|
- mountPath: /oepnim/openim-server/config/config.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
- mountPath: /app/config/notification.yaml
|
- mountPath: /oepnim/openim-server/config/notification.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: notification.yaml
|
subPath: notification.yaml
|
||||||
volumes:
|
volumes:
|
@ -51,10 +51,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config/config.yaml
|
- mountPath: /oepnim/openim-server/config/config.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
- mountPath: /app/config/notification.yaml
|
- mountPath: /oepnim/openim-server/config/notification.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: notification.yaml
|
subPath: notification.yaml
|
||||||
volumes:
|
volumes:
|
@ -48,10 +48,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config/config.yaml
|
- mountPath: /oepnim/openim-server/config/config.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
- mountPath: /app/config/notification.yaml
|
- mountPath: /oepnim/openim-server/config/notification.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: notification.yaml
|
subPath: notification.yaml
|
||||||
volumes:
|
volumes:
|
@ -48,10 +48,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config/config.yaml
|
- mountPath: /oepnim/openim-server/config/config.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
- mountPath: /app/config/notification.yaml
|
- mountPath: /oepnim/openim-server/config/notification.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: notification.yaml
|
subPath: notification.yaml
|
||||||
volumes:
|
volumes:
|
@ -48,10 +48,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config/config.yaml
|
- mountPath: /oepnim/openim-server/config/config.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
- mountPath: /app/config/notification.yaml
|
- mountPath: /oepnim/openim-server/config/notification.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: notification.yaml
|
subPath: notification.yaml
|
||||||
volumes:
|
volumes:
|
@ -48,10 +48,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config/config.yaml
|
- mountPath: /oepnim/openim-server/config/config.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
- mountPath: /app/config/notification.yaml
|
- mountPath: /oepnim/openim-server/config/notification.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: notification.yaml
|
subPath: notification.yaml
|
||||||
volumes:
|
volumes:
|
@ -48,10 +48,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config/config.yaml
|
- mountPath: /oepnim/openim-server/config/config.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
- mountPath: /app/config/notification.yaml
|
- mountPath: /oepnim/openim-server/config/notification.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: notification.yaml
|
subPath: notification.yaml
|
||||||
volumes:
|
volumes:
|
@ -48,10 +48,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config/config.yaml
|
- mountPath: /oepnim/openim-server/config/config.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
- mountPath: /app/config/notification.yaml
|
- mountPath: /oepnim/openim-server/config/notification.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: notification.yaml
|
subPath: notification.yaml
|
||||||
volumes:
|
volumes:
|
@ -48,10 +48,10 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
{{- toYaml .Values.resources | nindent 12 }}
|
{{- toYaml .Values.resources | nindent 12 }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/config/config.yaml
|
- mountPath: /oepnim/openim-server/config/config.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: config.yaml
|
subPath: config.yaml
|
||||||
- mountPath: /app/config/notification.yaml
|
- mountPath: /oepnim/openim-server/config/notification.yaml
|
||||||
name: config
|
name: config
|
||||||
subPath: notification.yaml
|
subPath: notification.yaml
|
||||||
volumes:
|
volumes:
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user