Files
homelab/k8s/apps/n8n/service.yaml
T
AB from home.homenet 60400c5b3d Fixed probes n8n
2026-02-16 13:37:18 +02:00

21 lines
298 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: n8n
labels:
app: n8n
spec:
selector:
app: n8n
component: main
ports:
- name: http
port: 80
targetPort: 5678
protocol: TCP
- name: task-broker
port: 5679
targetPort: 5679
protocol: TCP
type: ClusterIP