helm-charts/gotosocial/templates/service.yaml

16 lines
370 B
YAML
Raw Normal View History

2024-01-28 11:07:59 +01:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "gotosocial.fullname" . }}
labels:
{{- include "gotosocial.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "gotosocial.selectorLabels" . | nindent 4 }}