No description
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| helmcharts | ||
| nothelm | ||
| README.md | ||
Here be deploys for various apps hosted on production kubernetes cluster.
Setup
I forget these every time.
- Prepare nodes, ansible and manual cluster creation as of writing this.
- https://argo-cd.readthedocs.io/en/stable/getting_started/#1-install-argo-cd
- Install argocd CLI
kubectl port-forward svc/argocd-server -n argocd 8080:443- Change password via gui
- Via browser go to
https://localhost:8080/applicationsand login - New App-> Edit as YAML-> paste file
helmcharts/templates/root-app.yaml - Wait for some time, verify that it also installed
appsaka not helm folder manifests. - Sync again if some problem occurs.