Files
rtomik-helm-charts/charts/donetick/templates/service.yaml
2025-03-18 09:07:44 +01:00

15 lines
363 B
YAML

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