13 lines
165 B
YAML
13 lines
165 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: n8n
|
|
namespace: apps
|
|
spec:
|
|
selector:
|
|
app: n8n
|
|
ports:
|
|
- port: 80
|
|
targetPort: 5678
|
|
type: ClusterIP
|