Updating n8n
This commit is contained in:
parent
9d4585e7fb
commit
076cc96f65
|
|
@ -1,9 +1,10 @@
|
|||
#small deployment with nodeport for local testing or small deployments
|
||||
image:
|
||||
repository: n8nio/n8n
|
||||
tag: 1.123.4
|
||||
pullPolicy: Always
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: "stable"
|
||||
#tag: "stable"
|
||||
|
||||
|
||||
main:
|
||||
|
|
@ -80,7 +81,8 @@ ingress:
|
|||
hosts:
|
||||
- host: n8n.moritzgraf.de
|
||||
paths:
|
||||
- /
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- "n8n.moritzgraf.de"
|
||||
|
|
|
|||
Loading…
Reference in New Issue