feat: make into service instead
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
98feed2d71
commit
119731e2a0
@ -1,2 +1,2 @@
|
|||||||
kind: template
|
kind: template
|
||||||
load: cuddle-rust-cli-plan.yaml
|
load: cuddle-rust-service-plan.yaml
|
||||||
|
@ -28,5 +28,5 @@ similar-asserts = "1.5.0"
|
|||||||
tempfile = "3.10.1"
|
tempfile = "3.10.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = ["include_server"]
|
||||||
include_server = ["dep:hyperlog-server"]
|
include_server = ["dep:hyperlog-server"]
|
||||||
|
17
cuddle.yaml
17
cuddle.yaml
@ -1,11 +1,26 @@
|
|||||||
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
# 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-cli-plan.git"
|
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-service-plan.git"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
service: "hyperlog"
|
service: "hyperlog"
|
||||||
registry: kasperhermansen
|
registry: kasperhermansen
|
||||||
|
|
||||||
|
database:
|
||||||
|
crdb: "true"
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
- external: "true"
|
||||||
|
- internal: "true"
|
||||||
|
|
||||||
|
cuddle/clusters:
|
||||||
|
dev:
|
||||||
|
env:
|
||||||
|
service.host: "0.0.0.0:3000"
|
||||||
|
prod:
|
||||||
|
env:
|
||||||
|
service.host: "0.0.0.0:3000"
|
||||||
|
|
||||||
please:
|
please:
|
||||||
project:
|
project:
|
||||||
owner: kjuulh
|
owner: kjuulh
|
||||||
|
Loading…
Reference in New Issue
Block a user