P4: Miniflux migration + PostgreSQL consolidation #33

Merged
eblume merged 8 commits from feature/p4-miniflux into main 2026-01-20 09:04:48 -08:00
Showing only changes of commit b9fb7f53cf - Show all commits

Rename k8s-pg to pg (canonical PostgreSQL hostname)

Erich Blume 2026-01-19 19:42:02 -08:00

View file

@ -1,13 +1,12 @@
# Tailscale LoadBalancer for PostgreSQL access
# Temporary service for testing during migration (k8s-pg.tail8d86e.ts.net)
# Will be replaced by pg.tail8d86e.ts.net in Phase 4
# Canonical hostname: pg.tail8d86e.ts.net
apiVersion: v1
kind: Service
metadata:
name: blumeops-pg-tailscale
namespace: databases
annotations:
tailscale.com/hostname: "k8s-pg"
tailscale.com/hostname: "pg"
tailscale.com/proxy-class: "crio-compat"
spec:
type: LoadBalancer