groupme/helm/mautrix-whatsapp/templates/service.yaml
2021-09-16 14:18:39 -04:00

17 lines
432 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "mautrix-groupme.fullname" . }}
labels:
{{ include "mautrix-groupme.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-groupme.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}