Jan-Niklas Weghorn 4c83eb7d60 add pairdrop
2024-04-29 15:19:32 +02:00

16 lines
364 B
YAML

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 }}