Automated Manifest Update (#2245)

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

Reviewed-on: #2245
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 #2245.
This commit is contained in:
2025-12-04 01:14:03 +00:00
committed by Alex Lebens
parent d676602031
commit 0829fe6c55
13 changed files with 537 additions and 537 deletions

View File

@@ -22,6 +22,30 @@ 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:
@@ -68,30 +92,6 @@ 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:
@@ -182,7 +182,7 @@ spec:
value: "false"
- name: N8N_VERSION_NOTIFICATIONS_ENABLED
value: "false"
image: ghcr.io/n8n-io/n8n:1.123.0
image: ghcr.io/n8n-io/n8n:1.123.1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3
@@ -305,7 +305,7 @@ spec:
name: n8n-config-secret
- name: WEBHOOK_URL
value: https://n8n.alexlebens.net/
image: ghcr.io/n8n-io/n8n:1.123.0
image: ghcr.io/n8n-io/n8n:1.123.1
imagePullPolicy: IfNotPresent
name: main
resources:
@@ -401,7 +401,7 @@ spec:
name: n8n-config-secret
- name: WEBHOOK_URL
value: https://n8n.alexlebens.net/
image: ghcr.io/n8n-io/n8n:1.123.0
image: ghcr.io/n8n-io/n8n:1.123.1
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3