cluster/kube: Add k0-cockroach.jsonnet, add Gitea client cert

Change-Id: Ibc5db1b0114b2540b6dc806e75e9a36cf9a3bc50
This commit is contained in:
patryk 2021-01-23 15:38:50 +01:00
parent adbf560851
commit f3153888a8
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,7 @@
// Only the CockroachDB cluster - nodes, clients etc.
local k0 = (import "k0.libsonnet").k0;
{
cockroach: k0.cockroach,
}

View file

@ -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"),
},
},