|
|
|
@ -48,16 +48,16 @@ spec:
|
|
|
|
|
resources:
|
|
|
|
|
{{- toYaml .Values.resources | nindent 12 }}
|
|
|
|
|
volumeMounts:
|
|
|
|
|
- mountPath: /openim/openim-server/config/config.yaml
|
|
|
|
|
- mountPath: /app/config/config.yaml
|
|
|
|
|
name: config
|
|
|
|
|
subPath: config.yaml
|
|
|
|
|
- mountPath: /openim/openim-server/config/notification.yaml
|
|
|
|
|
- mountPath: /app/config/notification.yaml
|
|
|
|
|
name: config
|
|
|
|
|
subPath: notification.yaml
|
|
|
|
|
volumes:
|
|
|
|
|
- name: config
|
|
|
|
|
configMap:
|
|
|
|
|
name: openim-cm
|
|
|
|
|
- name: config
|
|
|
|
|
configMap:
|
|
|
|
|
name: openim-cm
|
|
|
|
|
{{- with .Values.nodeSelector }}
|
|
|
|
|
nodeSelector:
|
|
|
|
|
{{- toYaml . | nindent 8 }}
|
|
|
|
|