mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-09 06:02:54 +08:00
13 lines
218 B
YAML
13 lines
218 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ .Chart.Name }}-cm
|
|
data:
|
|
config.yaml: |+
|
|
{{- with .Values.config }}
|
|
# 服务端口
|
|
port: {{ .port }}
|
|
grpc: {{ .grpc }}
|
|
|
|
{{- end }}
|