datalab/helm-charts-datalab/helm-charts-test/charts/activetigger/templates/service.yaml

16 lines
355 B
YAML
Raw Normal View History

2024-02-29 09:49:04 +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 }}