AutoGPT/rnd/infra/helm/autogpt-market/templates/service.yaml

16 lines
382 B
YAML

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