kjuulh
6f04d0cdda
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: kjuulh <contact@kjuulh.io>
32 lines
867 B
YAML
32 lines
867 B
YAML
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
|
|
|
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-service-plan.git"
|
|
|
|
vars:
|
|
service: "churn"
|
|
registry: kasperhermansen
|
|
|
|
database:
|
|
crdb: "false"
|
|
|
|
ingress:
|
|
- external: "true"
|
|
- internal: "true"
|
|
- internal_grpc: "true"
|
|
|
|
cuddle/clusters:
|
|
dev:
|
|
env:
|
|
service.host: "0.0.0.0:3000"
|
|
service.grpc.host: "0.0.0.0:4001"
|
|
process.host: "https://grpc.churn.dev.internal.kjuulh.app"
|
|
external.host: "https://churn.internal.dev.kjuulh.app"
|
|
rust.log: "h2=warn,debug"
|
|
prod:
|
|
env:
|
|
service.host: "0.0.0.0:3000"
|
|
service.grpc.host: "0.0.0.0:4001"
|
|
process.host: "https://grpc.churn.prod.internal.kjuulh.app"
|
|
external.host: "https://churn.internal.prod.kjuulh.app"
|
|
rust.log: "h2=warn,debug"
|