feat: add empty

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-06 23:28:28 +02:00
parent 7fe7c0968d
commit b723031746
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
6 changed files with 38 additions and 1 deletions

2
cuddle-empty/.drone.yml Normal file
View File

@ -0,0 +1,2 @@
kind: template
load: cuddle-empty-plan.yaml

1
cuddle-empty/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.cuddle/

View File

@ -0,0 +1,10 @@
{
"name": "cuddle-empty",
"templating": "tera",
"delimiter": "[[]]",
"prompt": {
"name": {
"description": "Project name"
}
}
}

20
cuddle-empty/cuddle.yaml Normal file
View File

@ -0,0 +1,20 @@
# 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-empty-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

View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}

View File

@ -8,6 +8,7 @@
"cuddle-infrastructure", "cuddle-infrastructure",
"cuddle-rust-service", "cuddle-rust-service",
"cuddle-rust-cli", "cuddle-rust-cli",
"cuddle-node-service" "cuddle-node-service",
"cuddle-empty"
] ]
} }