Files
HetznerTerra/infrastructure/charts/loki/values.schema.json
T

19 lines
348 B
JSON
Raw Normal View History

2026-05-04 10:49:46 +00:00
{
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"loki": {
"type": "object",
"properties": {
"rulerConfig": {
"type": ["object", "null"],
"properties": {
"storage": {
"type": ["object", "null"]
}
}
}
}
}
}
}