helm-charts/headscale-ui/templates/service.yaml

16 lines
376 B
YAML
Raw Permalink Normal View History

2023-07-30 14:37:15 +02:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "headscale-ui.fullname" . }}
labels:
{{- include "headscale-ui.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "headscale-ui.selectorLabels" . | nindent 4 }}