mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-01-15 20:23:52 +00:00
cluster/kube: Add k0-cockroach.jsonnet, add Gitea client cert
Change-Id: Ibc5db1b0114b2540b6dc806e75e9a36cf9a3bc50
This commit is contained in:
parent
adbf560851
commit
f3153888a8
2 changed files with 8 additions and 0 deletions
7
cluster/kube/k0-cockroach.jsonnet
Normal file
7
cluster/kube/k0-cockroach.jsonnet
Normal file
|
@ -0,0 +1,7 @@
|
|||
// Only the CockroachDB cluster - nodes, clients etc.
|
||||
|
||||
local k0 = (import "k0.libsonnet").k0;
|
||||
|
||||
{
|
||||
cockroach: k0.cockroach,
|
||||
}
|
|
@ -80,6 +80,7 @@ local rook = import "lib/rook.libsonnet";
|
|||
buglessDev: k0.cockroach.waw2.Client("bugless-dev"),
|
||||
sso: k0.cockroach.waw2.Client("sso"),
|
||||
herpDev: k0.cockroach.waw2.Client("herp-dev"),
|
||||
gitea: k0.cockroach.waw2.Client("gitea"),
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue