Files
homelab/k8s/apps/n8n/plain/service.yaml
Ultradesu b81087515d
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 8s
Check with kubeconform / lint (push) Successful in 6s
Auto-update README / Generate README and Create MR (push) Successful in 6s
moved to manifests from chart
2026-02-05 17:39:42 +02:00

17 lines
222 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
type: ClusterIP