apiVersion: v1
kind: Service
metadata:
  name: {{ include "mautrix-whatsapp.fullname" . }}
  labels:
{{ include "mautrix-whatsapp.labels" . | indent 4 }}
spec:
  type: {{ .Values.service.type }}
  ports:
    - port: {{ .Values.service.port }}
      targetPort: http
      protocol: TCP
      name: http
  selector:
    app.kubernetes.io/name: {{ include "mautrix-whatsapp.name" . }}
    app.kubernetes.io/instance: {{ .Release.Name }}