22 lines
432 B
YAML
22 lines
432 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-node-service-plan.git"
|
||
|
|
||
|
vars:
|
||
|
service: "%%name%%"
|
||
|
registry: kasperhermansen
|
||
|
|
||
|
clusters:
|
||
|
clank-prod:
|
||
|
replicas: "3"
|
||
|
namespace: prod
|
||
|
|
||
|
|
||
|
deployment:
|
||
|
registry: git@git.front.kjuulh.io:kjuulh/clank-clusters
|
||
|
env:
|
||
|
prod:
|
||
|
clusters:
|
||
|
- clank-prod
|
||
|
|