@ -20,8 +20,8 @@ spec:
- containerPort: 10002
volumeMounts:
- name: config
mountPath: /Open-IM-Server/config/config.yaml
mountPath: /Open-IM-Server/config
subPath: config.yaml
readOnly: true
volumes:
configMap:
@ -36,10 +36,8 @@ metadata:
spec:
externalTrafficPolicy: Cluster
ports:
- name: apiPort
- protocol: TCP
port: 10002
protocol: TCP
targetPort: 10002
selector:
app: api
type: NodePort