helm-charts/element-call/templates/service.yaml

17 lines
373 B
YAML
Raw Normal View History

2024-07-23 13:57:31 +02:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "element-call.fullname" . }}
labels:
{{- include "element-call.labels" . | nindent 4 }}
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
selector:
{{- include "element-call.selectorLabels" . | nindent 4 }}
app.kubernetes.io/component: call