helm-charts/speedtest-exporter/templates/service.yaml

16 lines
394 B
YAML
Raw Permalink Normal View History

2024-07-05 10:26:59 +02:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "speedtest-exporter.fullname" . }}
labels:
{{- include "speedtest-exporter.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "speedtest-exporter.selectorLabels" . | nindent 4 }}