Fixed probes n8n
This commit is contained in:
@@ -50,7 +50,7 @@ spec:
|
|||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
containers:
|
containers:
|
||||||
- name: n8n
|
- name: n8n
|
||||||
image: docker.n8n.io/n8nio/n8n:latest
|
image: n8nio/n8n:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5678
|
- containerPort: 5678
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ spec:
|
|||||||
serviceAccountName: n8n
|
serviceAccountName: n8n
|
||||||
containers:
|
containers:
|
||||||
- name: n8n-runner
|
- name: n8n-runner
|
||||||
image: docker.n8n.io/n8nio/runners:latest
|
image: n8nio/runners:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 5680
|
- containerPort: 5680
|
||||||
name: health
|
name: health
|
||||||
|
|||||||
Reference in New Issue
Block a user