Project Orange

The blog of Project Orange

Automatic deployment of Hugo site using git actions

Using Git actions I automatically rebuild and deploy this website. There are some other systems that take in my changes and publish them to the contents/posts part of Hugo, and then git actions rebuilds the site and deploys the static pages.

March 16, 2025

Traefik allowing insecure internal connections

Services inside kubernetes may use self signed certs but traefik does not connect to them. Instead, it will have an error inside in the traefik pod saying it cannot verify the certificate.

February 19, 2025