mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 04:34:30 +00:00
Changes address resource pressure (merlin OOM with 3 CNPG + Supabase + monitoring) and the supabase_enabled=false override in silent mode that blocked Supabase deploy. - conf/service/prole.cfg: - SUPABASE_PV_NODE/SUPABASE_PRIMARY_NODE = merlin.prole.org (d002 storage) - SUPABASE_STORAGE_CLASS = merlin-local-iscsi-d002 - CNPG_ELIGIBLE_NODES: removed pi.prole.org (pi NotReady, d003 inaccessible) - k8s/prole/knoe-db.yaml: - instances: 3 -> 2 (merlin + myrddin only, pi excluded) - maxSyncReplicas: 1 -> 0 (safe for 2-node cluster) - supabase/deploy.sh: - default SUPABASE_PV_NODE to merlin.prole.org, base dir to /synology/d002/supabase - add idempotent ALTER ROLE password sync after CREATE ROLE IF NOT EXISTS - resolve live DB_PASSWORD from knoe-db-superuser secret before helm render - supabase/helm/render_supabase.py: - resolve SUPABASE_STORAGE_CLASS from env/cfg, apply to storage/analytics PVCs - DATABASE_NAMESPACE resolution: check env + cfg Global section before discovery - DB_PASSWORD from env takes priority over cfg (live cluster secret wins) - default primary node = merlin.prole.org - knoe/ui/screens/cluster.py: minor display update Co-authored-by: Junie <junie@jetbrains.com>
17 lines
1.1 KiB
INI
17 lines
1.1 KiB
INI
# Port mappings for Prole Tools (generated).
|
|
# Format: key: local=... remote=... ns=... svc=... address=...
|
|
|
|
argocd: local=8081 remote=80 ns=argocd svc=argocd-server address=0.0.0.0
|
|
supabase-studio: local=18080 remote=3000 ns=supabase svc=studio address=0.0.0.0
|
|
supabase-auth: local=9999 remote=9999 ns=supabase svc=auth address=127.0.0.1
|
|
supabase-rest: local=3001 remote=3000 ns=supabase svc=rest address=0.0.0.0
|
|
supabase-realtime: local=4000 remote=4000 ns=supabase svc=realtime address=0.0.0.0
|
|
garage: local=3900 remote=3900 ns=knoe-system svc=garage address=0.0.0.0
|
|
openbao: local=8200 remote=8200 ns=knoe-system svc=openbao address=0.0.0.0
|
|
opentofu: local=8080 remote=8080 ns=knoe-system svc=opentofu address=0.0.0.0
|
|
dashboard: local=8443 remote=443 ns=kubernetes-dashboard svc=kubernetes-dashboard-kong-proxy address=127.0.0.1
|
|
postgres: local=5432 remote=5432 ns=knoe-db svc=knoe-db-rw address=0.0.0.0
|
|
prometheus: local=9090 remote=9090 ns=monitoring svc=kps-kube-prometheus-stack-prometheus address=127.0.0.1
|
|
grafana: local=3000 remote=80 ns=monitoring svc=kps-grafana address=0.0.0.0
|
|
supabase-kong: local=8000 remote=8000 ns=supabase svc=kong address=0.0.0.0
|