feat(minio): add loki storage buckets (chunks/ruler/admin/index)
Move loki bucket creation from helmfile post-hook to TF-managed buckets array. Now all MinIO buckets (6 total) declared in terraform/minio.tf for IaC completeness.
This commit is contained in:
@@ -68,6 +68,10 @@ resource "helm_release" "minio" {
|
|||||||
buckets = [
|
buckets = [
|
||||||
{ name = "vault", policy = "none", purge = false },
|
{ name = "vault", policy = "none", purge = false },
|
||||||
{ name = "riotpiao-models", policy = "none", purge = false },
|
{ name = "riotpiao-models", policy = "none", purge = false },
|
||||||
|
{ name = "loki-chunks", policy = "none", purge = false },
|
||||||
|
{ name = "loki-ruler", policy = "none", purge = false },
|
||||||
|
{ name = "loki-admin", policy = "none", purge = false },
|
||||||
|
{ name = "loki-index", policy = "none", purge = false },
|
||||||
]
|
]
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
|
|||||||
Reference in New Issue
Block a user