refactor: rewrite n8n manifests as clean GitOps specs, remove server-exported fields

This commit is contained in:
2026-04-14 20:25:16 +00:00
parent 192a0bfa7a
commit 7397c1d939
4 changed files with 65 additions and 102 deletions
+4 -13
View File
@@ -4,19 +4,10 @@ metadata:
name: n8n
namespace: n8n
spec:
clusterIP: 10.43.176.217
clusterIPs:
- 10.43.176.217
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- port: 5678
protocol: TCP
targetPort: 5678
selector:
app: n8n
sessionAffinity: None
ports:
- port: 5678
protocol: TCP
targetPort: 5678
type: ClusterIP