Files
autotex/helm/templates/service.yaml
Pavel Kirilin 88c6daceb2 Initial commit.
Signed-off-by: Pavel Kirilin <win10@list.ru>
2024-07-14 23:40:38 +02:00

16 lines
361 B
YAML

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