Files
pezkuwi-telemetry/helm/templates/core-service.yaml
T
2021-07-28 13:18:28 +03:00

20 lines
546 B
YAML

apiVersion: v1
kind: Service
metadata:
name: telemetry-core
labels:
{{- include "substrate-telemetry.labels" . | nindent 4 }}
telemetry-component: core
annotations:
{{- toYaml .Values.service.core.annotations | nindent 4 }}
spec:
type: {{ .Values.service.core.type }}
ports:
- port: {{ .Values.service.core.port }}
targetPort: {{ .Values.service.core.targetPort }}
protocol: TCP
name: http
selector:
{{- include "substrate-telemetry.selectorLabels" . | nindent 4 }}
telemetry-component: core