Can't run n8n in port 80 deployed with helm

Describe the problem/error/question

Hi, i deployed a n8n in k8s using the helm repo without any problems. but when i change in the configuration the port (via N8N_PORT or config.port) to 80 it doesnt init the n8n, even trying from the container port can’t run the n8n.

in the logs hangs here

What is the error message (if any)?

Doesn’t throw error

Information on your n8n setup

  • **n8n version:1.77.3
  • **Database (default: SQLite):PG
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):queue mode??
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):k8s

hello @cocuba

Probably the issue is that you are starting the n8n without the root/sudo privileges. Ports under 1024 are privileged. Or the port is already taken by another service

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.