k8s prepwork

This commit is contained in:
Eric gullickson
2025-09-18 11:04:41 -05:00
parent 17d27f4b92
commit cb98336d5e
16 changed files with 555 additions and 434 deletions

View File

@@ -0,0 +1,30 @@
# MotoVaultPro application ConfigMap template
server:
port: 3001
tenant_id: admin
database:
host: admin-postgres
port: 5432
name: motovaultpro
user: postgres
redis:
host: admin-redis
port: 6379
minio:
endpoint: admin-minio
port: 9000
bucket: motovaultpro
auth0:
domain: motovaultpro.us.auth0.com
audience: https://api.motovaultpro.com
platform:
vehicles_api_url: http://mvp-platform-vehicles-api:8000
tenants_api_url: http://mvp-platform-tenants:8000
external:
vpic_api_url: https://vpic.nhtsa.dot.gov/api/vehicles

View File

@@ -0,0 +1,23 @@
# MotoVaultPro platform services ConfigMap template
tenants_service:
database:
host: platform-postgres
port: 5432
name: platform
user: platform_user
auth0:
domain: motovaultpro.us.auth0.com
audience: https://api.motovaultpro.com
vehicles_service:
database:
host: mvp-platform-vehicles-db
port: 5432
name: vehicles
user: mvp_platform_user
redis:
host: mvp-platform-vehicles-redis
port: 6379
cors_allow_origins:
- https://admin.motovaultpro.com
- https://motovaultpro.com