Files
enginex-bi_series-vc-cnn/helm-chart/sut/templates/service.yaml
zhousha 55a67e817e update
2025-08-06 15:38:55 +08:00

19 lines
432 B
YAML

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