You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
239 B
16 lines
239 B
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
service: n8n
|
|
name: n8n
|
|
namespace: n8n
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- name: "5678"
|
|
port: 5678
|
|
targetPort: 5678
|
|
protocol: TCP
|
|
selector:
|
|
service: n8n
|
|
|