notion2ical/helm/templates/service.yaml

16 lines
374 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "notion2ical.fullname" . }}
labels:
{{- include "notion2ical.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.app.http.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "notion2ical.selectorLabels" . | nindent 4 }}