pull/232/head
wangchuxiao 3 years ago
parent f324bb603d
commit bc2a7b902e

@ -2,6 +2,7 @@ FROM ubuntu
# 设置固定的项目路径
ENV WORKDIR /Open-IM-Server
ENV CMDDIR $WORKDIR/cmd
ENV CONFIG_NAME $WORKDIR/config/config.yaml
@ -15,5 +16,5 @@ RUN mkdir $WORKDIR/logs $WORKDIR/config $WORKDIR/script && \
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config", "/Open-IM-Server/script"]
WORKDIR $WORKDIR
CMD ./cmd/main
WORKDIR $CMDDIR
CMD ./main

@ -2,6 +2,7 @@ FROM ubuntu
# 设置固定的项目路径
ENV WORKDIR /Open-IM-Server
ENV CMDDIR $WORKDIR/cmd
ENV CONFIG_NAME $WORKDIR/config/config.yaml
# 将可执行文件复制到目标目录
@ -14,5 +15,5 @@ RUN mkdir $WORKDIR/logs $WORKDIR/config $WORKDIR/script && \
VOLUME ["/Open-IM-Server/logs","/Open-IM-Server/config","/Open-IM-Server/script"]
WORKDIR $WORKDIR
CMD ./cmd/main
WORKDIR $CMDDIR
CMD ./main

@ -16,7 +16,7 @@ spec:
containers:
- name: api
image: openim/api:v2.0.10k
# imagePullPolicy: Always
imagePullPolicy: Always
ports:
- containerPort: 10002
volumeMounts:
@ -42,3 +42,4 @@ spec:
targetPort: 10002
selector:
app: api
type: NodePort

@ -41,4 +41,5 @@ spec:
port: 10006
targetPort: 10006
selector:
app: cms-api
app: cms-api
type: NodePort

@ -41,4 +41,5 @@ spec:
port: 10004
targetPort: 10004
selector:
app: demo
app: demo
type: NodePort

@ -77,7 +77,7 @@ spec:
service:
name: demo
port:
number: 10004
number: 10004
path: /
pathType: Prefix
---

@ -45,5 +45,6 @@ spec:
targetPort: ws-port
selector:
app: msg-gateway
type: NodePort

@ -49,5 +49,6 @@ spec:
targetPort: 10003
selector:
app: sdk-server
type: NodePort
Loading…
Cancel
Save