Files
vt/helm/chart/vt/templates/service.yaml
KoCoder 06213dcbcc
All checks were successful
Build and Push Docker Image / build (push) Successful in 12s
Fix: Spaces
2026-02-19 14:29:50 +01:00

14 lines
338 B
YAML

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