16 lines
364 B
YAML
Raw Permalink Normal View History

2024-04-29 14:50:29 +02:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "pairdrop.fullname" . }}
labels:
{{- include "pairdrop.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "pairdrop.selectorLabels" . | nindent 4 }}