17 lines
222 B
YAML
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 |