From f1e6268a2d26967d7da8e3b2e62c63ee17933f13 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 24 Nov 2024 21:28:06 +0100 Subject: [PATCH] feat: add grpc and env Signed-off-by: kjuulh --- cuddle.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cuddle.yaml b/cuddle.yaml index b0a7540..71eadfd 100644 --- a/cuddle.yaml +++ b/cuddle.yaml @@ -12,11 +12,18 @@ vars: 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" + service.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" + service.host: "https://churn.internal.prod.kjuulh.app" + rust.log: "h2=warn,debug"