feat: add base app
This commit is contained in:
31
cuddle.yaml
Normal file
31
cuddle.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
# 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-leptos-plan.git"
|
||||
|
||||
vars:
|
||||
service: "client"
|
||||
registry: kasperhermansen
|
||||
|
||||
ingress:
|
||||
- external: "true"
|
||||
- internal: "true"
|
||||
|
||||
cuddle/clusters:
|
||||
dev:
|
||||
env:
|
||||
service.host: "0.0.0.0:3000"
|
||||
content.url: https://content.front.kjuulh.io/graphql
|
||||
content.base.url: https://content.front.kjuulh.io
|
||||
content.token:
|
||||
vault: true
|
||||
prod:
|
||||
env:
|
||||
service.host: "0.0.0.0:3000"
|
||||
content.url: https://content.front.kjuulh.io/graphql
|
||||
content.base.url: https://content.front.kjuulh.io
|
||||
content.token:
|
||||
vault: true
|
||||
|
||||
scripts:
|
||||
generate_graphql:
|
||||
type: shell
|
Reference in New Issue
Block a user