2024-09-07 22:08:35 +02:00
|
|
|
# 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: "%%name%%"
|
|
|
|
registry: kasperhermansen
|
|
|
|
|
2025-01-11 22:22:39 +01:00
|
|
|
ingress:
|
|
|
|
- external: "true"
|
|
|
|
- internal: "true"
|
2024-09-07 22:08:35 +02:00
|
|
|
|
2025-01-11 22:22:39 +01:00
|
|
|
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
|
2024-09-07 22:08:35 +02:00
|
|
|
|
2025-01-11 22:22:39 +01:00
|
|
|
scripts:
|
|
|
|
generate_graphql:
|
|
|
|
type: shell
|