veylant/deploy/helm/veylant-proxy/templates/service.yaml
2026-02-23 13:35:04 +01:00

16 lines
379 B
YAML

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