refactor: rewrite n8n manifests as clean GitOps specs, remove server-exported fields
This commit is contained in:
+4
-13
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user