feat(minio): add loki storage buckets (chunks/ruler/admin/index)
This commit is contained in:
@@ -3,6 +3,8 @@ kind: Application
|
||||
metadata:
|
||||
name: vault
|
||||
namespace: argocd
|
||||
labels:
|
||||
test-gitops: "true"
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1"
|
||||
spec:
|
||||
|
||||
@@ -68,6 +68,10 @@ resource "helm_release" "minio" {
|
||||
buckets = [
|
||||
{ name = "vault", 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 = {
|
||||
|
||||
Reference in New Issue
Block a user