79807182

Date: 2025-11-02 14:27:28
Score: 0.5
Natty:
Report link

Harbor is generating HTTP URLs because it doesn’t know TLS ends at your load balancer. Fix: tell Harbor it’s behind HTTPS.

In your Helm values, add:

proxy:
  https:
    enabled: true
    proxyHeader: X-Forwarded-Proto

Then redeploy.

After that, pushes will use HTTPS instead of port 80 and work fine.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gdoura mohamed