feat: without node

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-07 00:17:07 +02:00
parent 76d7f26cc7
commit 25cfa872f1
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394
3 changed files with 9 additions and 14 deletions

View File

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

View File

@ -6,16 +6,11 @@ vars:
service: "backstage"
registry: kasperhermansen
clusters:
clank-prod:
replicas: "3"
namespace: prod
deployment:
registry: git@git.front.kjuulh.io:kjuulh/clank-clusters
env:
prod:
clusters:
- clank-prod
please:
project:
owner: kjuulh
repository: backstage
branch: main
settings:
api_url: https://git.front.kjuulh.io

View File

@ -51,4 +51,4 @@
"prettier --write"
]
}
}
}