churn-v2/cuddle.yaml
kjuulh 9badf8e193
All checks were successful
continuous-integration/drone/push Build is passing
feat: use internal
Signed-off-by: kjuulh <contact@kjuulh.io>
2024-11-24 21:41:56 +01:00

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.internal.dev.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.internal.prod.kjuulh.app"
external.host: "https://churn.internal.prod.kjuulh.app"
rust.log: "h2=warn,debug"