Files
noil-client/cuddle.yaml
kjuulh 0c9e9d0a51
All checks were successful
continuous-integration/drone/push Build is passing
feat: rename
Signed-off-by: kjuulh <contact@kjuulh.io>
2025-08-08 15:46:50 +02:00

31 lines
565 B
YAML

# yaml-language-server: $schema=https://git.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: "git@git.kjuulh.io:kjuulh/cuddle-rust-service-plan.git"
vars:
service: "noil-client"
registry: kasperhermansen
database:
crdb: "false"
ingress:
- external: "true"
- internal: "true"
components:
assets:
volumes:
- from: "static"
to: "static"
- from: "templates"
to: "templates"
cuddle/clusters:
dev:
env:
service.host: "0.0.0.0:3000"
prod:
env:
service.host: "0.0.0.0:3000"