k8s-charts/charts/focalboard/templates/service.yaml

16 lines
370 B
YAML
Raw Permalink Normal View History

2023-05-25 12:45:37 +00:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "focalboard.fullname" . }}
labels:
{{- include "focalboard.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "focalboard.selectorLabels" . | nindent 4 }}