Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
c22a85b97d
commit
222db96717
@ -1,5 +1,2 @@
|
|||||||
kind: template
|
kind: template
|
||||||
load: bust_rustbin_default_template.yaml
|
load: cuddle-rust-cli-plan.yaml
|
||||||
name: octopush
|
|
||||||
data:
|
|
||||||
binName: octopush
|
|
||||||
|
1187
Cargo.lock
generated
1187
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,7 @@ edition = "2021"
|
|||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
|
".",
|
||||||
"crates/octopush_cli",
|
"crates/octopush_cli",
|
||||||
"crates/octopush_infra",
|
"crates/octopush_infra",
|
||||||
"crates/octopush_core",
|
"crates/octopush_core",
|
||||||
|
22
cuddle.yaml
22
cuddle.yaml
@ -1,13 +1,21 @@
|
|||||||
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
|
# 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-plan.git"
|
base: "git@git.front.kjuulh.io:kjuulh/cuddle-rust-cli-plan.git"
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
service: "octopush"
|
service: "octopush"
|
||||||
deployments: "git@git.front.kjuulh.io:kjuulh/deployments.git"
|
registry: kasperhermansen
|
||||||
|
|
||||||
|
clusters:
|
||||||
|
clank-prod:
|
||||||
|
replicas: "3"
|
||||||
|
namespace: prod
|
||||||
|
|
||||||
|
|
||||||
|
deployment:
|
||||||
|
registry: git@git.front.kjuulh.io:kjuulh/clank-clusters
|
||||||
|
env:
|
||||||
|
prod:
|
||||||
|
clusters:
|
||||||
|
- clank-prod
|
||||||
|
|
||||||
scripts:
|
|
||||||
push_github:
|
|
||||||
type: shell
|
|
||||||
run:
|
|
||||||
type: shell
|
|
||||||
|
Loading…
Reference in New Issue
Block a user