Automated Manifest Update (#2184)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2184
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2184.
This commit is contained in:
2025-12-03 02:49:22 +00:00
committed by Alex Lebens
parent b03cfa613d
commit 989b180888
18 changed files with 77722 additions and 299 deletions

View File

@@ -22,30 +22,6 @@ spec:
# Source: n8n/charts/n8n/templates/common.yaml
apiVersion: v1
kind: Service
metadata:
name: n8n-worker
labels:
app.kubernetes.io/instance: n8n
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: n8n
app.kubernetes.io/service: n8n-worker
helm.sh/chart: n8n-4.4.0
namespace: n8n
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 5678
protocol: TCP
name: http
selector:
app.kubernetes.io/controller: worker
app.kubernetes.io/instance: n8n
app.kubernetes.io/name: n8n
---
# Source: n8n/charts/n8n/templates/common.yaml
apiVersion: v1
kind: Service
metadata:
name: n8n-main
labels:
@@ -92,6 +68,30 @@ spec:
app.kubernetes.io/name: n8n
---
# Source: n8n/charts/n8n/templates/common.yaml
apiVersion: v1
kind: Service
metadata:
name: n8n-worker
labels:
app.kubernetes.io/instance: n8n
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: n8n
app.kubernetes.io/service: n8n-worker
helm.sh/chart: n8n-4.4.0
namespace: n8n
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 5678
protocol: TCP
name: http
selector:
app.kubernetes.io/controller: worker
app.kubernetes.io/instance: n8n
app.kubernetes.io/name: n8n
---
# Source: n8n/charts/n8n/templates/common.yaml
apiVersion: apps/v1
kind: DaemonSet
metadata: