datalab/helm-charts-datalab/chart helm emilien to delete/templates/service.yaml

16 lines
355 B
YAML
Raw Normal View History

2024-03-29 08:30:00 +01:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "test1.fullname" . }}
labels:
{{- include "test1.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "test1.selectorLabels" . | nindent 4 }}