Gitiles
Code Review
Sign In
gerrit.hackerspace.pl
/
hscloud
/
5a89d225e7db99d01ad17179f1b319696121240d
/
.
/
ops
/
monitoring
/
k0.jsonnet
blob: 028a4630a07ef28519956455b4f39dd1197bcfd3 [
file
] [
log
] [
blame
]
local
lib
=
import
"lib.libsonnet"
;
{
cluster
:
lib
.
Cluster
(
"k0"
)
{
cfg
+:
{
storageClasses
+:
{
prometheus
:
"waw-hdd-redundant-3"
,
},
},
},
}