railiance-apps/charts/core-hub/templates/service.yaml

13 lines
352 B
YAML
Raw Normal View History

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