Add backups

This commit is contained in:
Grant
2025-03-10 21:11:17 -06:00
parent 3551262610
commit 0a9c20b78c
3 changed files with 55 additions and 7 deletions

View File

@@ -72,6 +72,11 @@ bws run 'helmfile apply'
kubectl label namespace rook-ceph pod-security.kubernetes.io/enforce=privileged
```
#### k8up
This requires some CRDs which can be installed via:
```sh
kubectl apply -f https://github.com/k8up-io/k8up/releases/download/k8up-4.8.4/k8up-crd.yaml --server-side
```
#### Traefik
```sh
kubectl create secret generic digitalocean-api-key --from-literal=token=$DIGITAL_OCEAN_API_TOKEN