feat: initial Helm chart scaffold for lunarfront per-customer deployments

This commit is contained in:
Ryan Moon
2026-04-02 07:15:02 -05:00
commit ce503e6bdc
7 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
customer:
name: example
domain: example.lunarfront.tech
database:
host: your-managed-postgres-host.db.ondigitalocean.com
name: example_lunarfront
redis:
host: your-managed-redis-host.db.ondigitalocean.com
image:
backend:
tag: "0.0.1"
frontend:
tag: "0.0.1"