Update loki and grafana

This commit is contained in:
Marcus Noble 2021-01-29 21:54:47 +00:00
parent 06b4f07c21
commit 94b62b4c75
3 changed files with 39 additions and 36 deletions

File diff suppressed because one or more lines are too long

View File

@ -24,12 +24,3 @@ resource "scaleway_object_bucket" "outline" {
output "outline-bucket_id" {
value = scaleway_object_bucket.outline.id
}
resource "scaleway_object_bucket" "logs" {
name = "cluster.fun-logs"
acl = "private"
}
output "logs-bucket_id" {
value = scaleway_object_bucket.logs.id
}

View File

@ -9,11 +9,6 @@ provider "helm" {
}
}
data "helm_repository" "stable" {
name = "stable"
url = "https://kubernetes-charts.storage.googleapis.com"
}
data "helm_repository" "fluxcd" {
name = "fluxcd"
url = "https://charts.fluxcd.io"