renovate test

This commit is contained in:
2023-12-07 16:36:57 +01:00
parent b90d090645
commit f7a8e9c280
8 changed files with 96 additions and 6 deletions

View File

@@ -8,16 +8,15 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE+4SlRIV9wOKYZbBrPuW18K6GGjnDEviCYQvGQuKOm0
```
### Initial setup
On a running (but otherwise bare) k3s instance run:
On a running (and sealed-secrets installed) k3s instance run:
```
kubectl apply -k infrastructure/argocd
```
This will install argocd and CRDs in a dedicated namespace along with the app-of-apps configured under `kluster-deployments/`.
The app-of-apps will bootstrap a fully featured cluster with the following components
- postgres instance
- postgres instance with backups
- backup of all nfs PVCs using restic
- traefik along with metallb as a publicly accessible reverse proxy
- traefik (along with metallb as a publicly accessible reverse proxy)
- an nfs-provisioner creating PVCs on-demand
- the bitnami sealedsecrets-operator
- a range of selfhosted apps
- a range of selfhosted apps