Files
open-im-server/deployments/charts/openim-api/templates/service.yaml
T

16 lines
370 B
YAML
Raw Normal View History

2023-10-30 10:16:37 +08:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "openim-api.fullname" . }}
labels:
{{- include "openim-api.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "openim-api.selectorLabels" . | nindent 4 }}