42 lines
1023 B
YAML
42 lines
1023 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"
|
|
|
|
please:
|
|
project:
|
|
owner: kjuulh
|
|
repository: churn-v2
|
|
branch: main
|
|
settings:
|
|
api_url: https://git.front.kjuulh.io
|
|
actions:
|
|
rust:
|
|
|
|
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"
|