diff --git a/argocd/apps/n8n/n8n.yaml b/argocd/apps/n8n/n8n.yaml index 629441f..3f1e62a 100644 --- a/argocd/apps/n8n/n8n.yaml +++ b/argocd/apps/n8n/n8n.yaml @@ -17,6 +17,10 @@ spec: value: 'traefik' - name: ingress.hosts[0].host value: "n8n.innovation-hub-niedersachsen.de" + - name: ingress.hosts[0].paths[0].path + value: "/" + - name: ingress.hosts[0].paths[0].pathType + value: "Prefix" # - name: ingress.hosts[0] # value: '{"annotations":{},"className":"traefik","enabled":true,"hosts":[{"host":"n8n.innovation-hub-niedersachsen.de","paths":[{"path":"/","pathType":"Prefix"}]}],"tls":[]}' - name: ingress.annotations.kubernetes\.io\/ingress\.class