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