Commit graph

5 commits

Author SHA1 Message Date
3d1e3d3ae7 refactor(argocd): rename argocd-init -> argocd-bootstrap 2024-09-12 19:29:50 +02:00
5421b15d4e break: switch from k0s to k3s (in docker)
- replace k0s with k3s in docker-compose.yml
- remove k0s-config.yaml
  - remove metallb-address-pool
- update .renovaterc.json to match new file structure
- add new argocd-init files for k3s
- update README to reflect changes

🤖
2024-09-12 19:29:50 +02:00
844c77e7a9 feat(k0s): set restart policy to always 2024-09-04 14:08:28 +02:00
faa20d7f6e feat(k0s): update volume configuration for openebs
- mount k0s-run-udev to /run/udev for openebs
- remove note about openebs from README.md

🤖
2024-09-04 14:08:28 +02:00
818b504fd5 break: switch from k3s to k0s (in docker)
- replace k3s with k0s
  - remove argocd-init.yml
  - remove pb_install.yml
  - add docker-compose.yml for k0s setup
  - add k0s-config.yaml for k0s configuration
  - add metallb loadbalancer
    - add metallb ip pool
  - add openebs local storage
- update README

🤖
2024-09-04 14:08:23 +02:00