kjuulh
3f22148bfa
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
48 lines
932 B
YAML
48 lines
932 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: "hyperlog"
|
|
registry: kasperhermansen
|
|
|
|
database:
|
|
crdb: "true"
|
|
|
|
ingress:
|
|
- external: "true"
|
|
- internal: "true"
|
|
- external_grpc: "true"
|
|
- internal_grpc: "true"
|
|
|
|
cuddle/clusters:
|
|
dev:
|
|
env:
|
|
external.host: "0.0.0.0:3000"
|
|
internal.host: "0.0.0.0:3001"
|
|
external.grpc.host: "0.0.0.0:4000"
|
|
rust.log: hyperlog=trace
|
|
prod:
|
|
env:
|
|
external.host: "0.0.0.0:3000"
|
|
internal.host: "0.0.0.0:3001"
|
|
external.grpc.host: "0.0.0.0:4000"
|
|
rust.log: hyperlog=trace
|
|
|
|
please:
|
|
project:
|
|
owner: kjuulh
|
|
repository: hyperlog
|
|
branch: main
|
|
settings:
|
|
api_url: https://git.front.kjuulh.io
|
|
actions:
|
|
rust:
|
|
|
|
scripts:
|
|
dev:
|
|
type: shell
|
|
install:
|
|
type: shell
|
|
|