Files
infra-prod/deploy/n8n/n8n-service.yaml
2025-04-04 21:06:14 +02:00

17 lines
236 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
service: n8n
name: n8n
namespace: n8n
spec:
type: ClusterIP
ports:
- name: "5678"
port: 5678
targetPort: 5678
protocol: TCP
selector:
service: n8n