feat: initial Helm chart scaffold for lunarfront per-customer deployments
This commit is contained in:
16
customers/example/values.yaml
Normal file
16
customers/example/values.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user