diff --git a/k8s/n8n/n8n.secret.yml b/k8s/n8n/n8n.secret.yml index c7b33a2..5d59835 100644 --- a/k8s/n8n/n8n.secret.yml +++ b/k8s/n8n/n8n.secret.yml @@ -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"