Automated Manifest Update (#2204)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2204 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 #2204.
This commit is contained in:
@@ -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.121.2
|
||||
image: ghcr.io/n8n-io/n8n:1.123.0
|
||||
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.121.2
|
||||
image: ghcr.io/n8n-io/n8n:1.123.0
|
||||
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.121.2
|
||||
image: ghcr.io/n8n-io/n8n:1.123.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 3
|
||||
|
||||
Reference in New Issue
Block a user