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