P4: Miniflux migration + PostgreSQL consolidation #33
1 changed files with 2 additions and 3 deletions
Rename k8s-pg to pg (canonical PostgreSQL hostname)
commit
b9fb7f53cf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue