feat: add empty
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
7fe7c0968d
commit
b723031746
2
cuddle-empty/.drone.yml
Normal file
2
cuddle-empty/.drone.yml
Normal file
@ -0,0 +1,2 @@
|
||||
kind: template
|
||||
load: cuddle-empty-plan.yaml
|
1
cuddle-empty/.gitignore
vendored
Normal file
1
cuddle-empty/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.cuddle/
|
10
cuddle-empty/cuddle-template.json
Normal file
10
cuddle-empty/cuddle-template.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "cuddle-empty",
|
||||
"templating": "tera",
|
||||
"delimiter": "[[]]",
|
||||
"prompt": {
|
||||
"name": {
|
||||
"description": "Project name"
|
||||
}
|
||||
}
|
||||
}
|
20
cuddle-empty/cuddle.yaml
Normal file
20
cuddle-empty/cuddle.yaml
Normal 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
|
3
cuddle-empty/renovate.json
Normal file
3
cuddle-empty/renovate.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
@ -8,6 +8,7 @@
|
||||
"cuddle-infrastructure",
|
||||
"cuddle-rust-service",
|
||||
"cuddle-rust-cli",
|
||||
"cuddle-node-service"
|
||||
"cuddle-node-service",
|
||||
"cuddle-empty"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user