Remove openclaw. Start supabase work. In flight

This commit is contained in:
2026-08-20 11:25:08 -04:00
parent 5fe7b4edeb
commit 085654d017
17 changed files with 56 additions and 757 deletions

View File

@@ -59,6 +59,13 @@ supabase_vector_fullname: supabase-vector
supabase_dockerhub_enabled: false
supabase_dockerhub_username: ""
# --- External DB access ---
# External hostname (or IP) clients use to reach the postgres NodePort.
# Must be set in host_vars; no safe generic default.
supabase_db_external_host: ""
# NodePort assigned for external postgres access (30000-32767).
supabase_db_nodeport: 30432
# --- Wait ---
# helm wait is disabled — image pulls from docker.io can take longer than any
# reasonable helm timeout. Pod readiness is checked separately below.