Prereq for the wave-1 decommission. The cutover moved paperless+teslamate (postgres) and mealie (SQLite) to ringtail, but borgmatic and the Grafana TeslaMate datasource still pointed at the minikube copies — the migrated live data was unbacked since cutover, and dropping the minikube DBs would break the TeslaMate dashboards. - Tailscale Service `blumeops-pg-ringtail` + Caddy L4 route `pg.ops.eblu.me:5434` - borgmatic: teslamate + paperless postgres → :5434; mealie SQLite → ssh:eblume@ringtail - Grafana TeslaMate datasource → pg.ops.eblu.me:5434 Deploy: sync databases-ringtail (tailscale svc) + grafana from branch; provision-indri --tags caddy,borgmatic; verify a backup run + dashboards. Unblocks the decommission PR. Reviewed-on: #364
16 lines
464 B
YAML
16 lines
464 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: databases
|
|
|
|
resources:
|
|
- immich-pg.yaml
|
|
- external-secret-immich-borgmatic.yaml
|
|
- service-immich-pg-tailscale.yaml
|
|
# wave-1 indri-k8s decommission: blumeops-pg (paperless + teslamate)
|
|
- blumeops-pg.yaml
|
|
- service-blumeops-pg-tailscale.yaml
|
|
- external-secret-eblume.yaml
|
|
- external-secret-borgmatic.yaml
|
|
- external-secret-paperless.yaml
|
|
- external-secret-teslamate.yaml
|