bbgo_origin/charts/bbgo/templates/service.yaml

16 lines
352 B
YAML
Raw Normal View History

2020-12-15 10:57:46 +00:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "bbgo.fullname" . }}
labels:
{{- include "bbgo.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "bbgo.selectorLabels" . | nindent 4 }}