2026-01-03 03:47:18 +00:00
|
|
|
apiVersion: v1
|
|
|
|
|
kind: Service
|
|
|
|
|
metadata:
|
|
|
|
|
name: n8n-service
|
2026-01-06 03:30:41 +00:00
|
|
|
namespace: customer1
|
2026-01-03 03:47:18 +00:00
|
|
|
annotations:
|
|
|
|
|
cloud.google.com: '{"ingress": true}'
|
|
|
|
|
spec:
|
|
|
|
|
selector:
|
2026-01-06 03:30:41 +00:00
|
|
|
app: customer1-n8n
|
2026-01-03 03:47:18 +00:00
|
|
|
ports:
|
|
|
|
|
- port: 80
|
|
|
|
|
targetPort: 5678
|
|
|
|
|
name: http
|
|
|
|
|
|