1
0
Fork 0
mirror of synced 2024-06-26 10:00:41 +12:00
budibase/charts/budibase/templates/service.yaml
2021-12-09 11:05:43 +00:00

15 lines
363 B
YAML

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