This repository has been archived on 2024-07-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
chart/templates/webhook-service.yaml
Konstantin Grachev fd88e26462
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
init
2022-11-15 21:04:45 +03:00

16 lines
373 B
YAML

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