{"id":18328323,"url":"https://github.com/thorstenhans/tmp-port-allocation","last_synced_at":"2026-02-19T11:33:37.614Z","repository":{"id":225807102,"uuid":"766913513","full_name":"ThorstenHans/tmp-port-allocation","owner":"ThorstenHans","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-04T11:18:28.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-17T05:41:56.464Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThorstenHans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-04T11:14:48.000Z","updated_at":"2024-03-04T11:17:14.000Z","dependencies_parsed_at":"2024-03-04T12:39:56.126Z","dependency_job_id":"9d4cfecd-94ae-4d22-a6da-9b270c0c5046","html_url":"https://github.com/ThorstenHans/tmp-port-allocation","commit_stats":null,"previous_names":["thorstenhans/tmp-port-allocation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThorstenHans/tmp-port-allocation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThorstenHans%2Ftmp-port-allocation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThorstenHans%2Ftmp-port-allocation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThorstenHans%2Ftmp-port-allocation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThorstenHans%2Ftmp-port-allocation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThorstenHans","download_url":"https://codeload.github.com/ThorstenHans/tmp-port-allocation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThorstenHans%2Ftmp-port-allocation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29611140,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T10:52:55.328Z","status":"ssl_error","status_checked_at":"2026-02-19T10:52:26.323Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T19:13:45.817Z","updated_at":"2026-02-19T11:33:37.596Z","avatar_url":"https://github.com/ThorstenHans.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"When deploying both (the `k8s-admin-port.yaml` and `k8s-non-admin-port.yaml`) to kubernetes, you can see the node app for `admin-port` failing:\n\n\n```bash\nkubectl get po\nNAME                          READY   STATUS             RESTARTS      AGE\nnon-admin-port                1/1     Running            0             4m22s\nadmin-port                    0/1     CrashLoopBackOff   5 (51s ago)   4m5s\n```\n\nLooking at the logs provides more context:\n\n```bash\nkubectl logs admin-port\nnode:events:497\n      throw er; // Unhandled 'error' event\n      ^\n\nError: listen EACCES: permission denied 0.0.0.0:80\n    at Server.setupListenHandle [as _listen2] (node:net:1876:21)\n    at listenInCluster (node:net:1941:12)\n    at Server.listen (node:net:2029:7)\n    at Function.listen (/usr/src/app/node_modules/express/lib/application.js:635:24)\n    at Object.\u003canonymous\u003e (/usr/src/app/index.js:14:5)\n    at Module._compile (node:internal/modules/cjs/loader:1378:14)\n    at Module._extensions..js (node:internal/modules/cjs/loader:1437:10)\n    at Module.load (node:internal/modules/cjs/loader:1212:32)\n    at Module._load (node:internal/modules/cjs/loader:1028:12)\n    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:142:12)\nEmitted 'error' event on Server instance at:\n    at emitErrorNT (node:net:1920:8)\n    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {\n  code: 'EACCES',\n  errno: -13,\n  syscall: 'listen',\n  address: '0.0.0.0',\n  port: 80\n}\n\nNode.js v21.6.2\n```\n\nIn contrast, when looking at the logs of the `non-admin-port` container you'll see this:\n\n```bash\nkubectl logs non-admin-port\nExample app listening on port 1025\nHealthz called\nHealthz called\n....\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthorstenhans%2Ftmp-port-allocation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthorstenhans%2Ftmp-port-allocation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthorstenhans%2Ftmp-port-allocation/lists"}