No description
Find a file
Roshless 90c1cdab5e
All checks were successful
/ kube-score (push) Successful in -8s
peertube: upgrade version
2026-05-22 13:15:17 +02:00
.forgejo/workflows CI: rename job 2026-05-13 17:27:21 +02:00
helmcharts haproxy ingress: update version 2026-05-22 13:14:48 +02:00
nothelm peertube: upgrade version 2026-05-22 13:15:17 +02:00
README.md update readme 2025-08-28 21:20:38 +02:00

Here be deploys for various apps hosted on production kubernetes cluster.

Setup

I forget these every time.

  1. Prepare nodes, ansible and manual cluster creation as of writing this.
  2. https://argo-cd.readthedocs.io/en/stable/getting_started/#1-install-argo-cd
  3. Install argocd CLI
  4. kubectl port-forward svc/argocd-server -n argocd 8080:443
  5. Change password via gui
  6. Via browser go to https://localhost:8080/applications and login
  7. New App-> Edit as YAML-> paste file helmcharts/templates/root-app.yaml
  8. Wait for some time, verify that it also installed apps aka not helm folder manifests.
  9. Sync again if some problem occurs.