Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
6647bb89be
commit
f1e6268a2d
@ -12,11 +12,18 @@ vars:
|
|||||||
ingress:
|
ingress:
|
||||||
- external: "true"
|
- external: "true"
|
||||||
- internal: "true"
|
- internal: "true"
|
||||||
|
- internal_grpc: "true"
|
||||||
|
|
||||||
cuddle/clusters:
|
cuddle/clusters:
|
||||||
dev:
|
dev:
|
||||||
env:
|
env:
|
||||||
service.host: "0.0.0.0:3000"
|
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:
|
prod:
|
||||||
env:
|
env:
|
||||||
service.host: "0.0.0.0:3000"
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user