prospector/.infra.yaml
Natalie f9b8c08028 chore(infra): .infra.yaml host -> lime (canonical mesh-hosts name)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 10:10:50 -04:00

18 lines
719 B
YAML

# Conforms to convention:infra_manifest
# (~/Code/@conventions/programming_general/infra_manifest.yaml)
apiVersion: infra/v1
project: prospector
provider: digitalocean
database:
cluster: lilith-store-pg # shared managed PG — data-sourced, not owned here
name: prospector # own logical DB
user: prospector # own role (dedicated creds)
service:
host: lime # mesh-hosts.json host (DO backend droplet, alias lilith-store-backend)
runtime: node20
port: 3210
systemd_unit: prospector
gpu:
mode: on-demand # provision → keep-warm-while-queue-deep → release
droplet: lilith-store-gpu
depends_on: [people, mac-sync, mr-number] # consumed over HTTP