Update loki and grafana
This commit is contained in:
parent
06b4f07c21
commit
94b62b4c75
File diff suppressed because one or more lines are too long
@ -24,12 +24,3 @@ resource "scaleway_object_bucket" "outline" {
|
|||||||
output "outline-bucket_id" {
|
output "outline-bucket_id" {
|
||||||
value = scaleway_object_bucket.outline.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
|
|
||||||
}
|
|
||||||
|
@ -9,11 +9,6 @@ provider "helm" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
data "helm_repository" "stable" {
|
|
||||||
name = "stable"
|
|
||||||
url = "https://kubernetes-charts.storage.googleapis.com"
|
|
||||||
}
|
|
||||||
|
|
||||||
data "helm_repository" "fluxcd" {
|
data "helm_repository" "fluxcd" {
|
||||||
name = "fluxcd"
|
name = "fluxcd"
|
||||||
url = "https://charts.fluxcd.io"
|
url = "https://charts.fluxcd.io"
|
||||||
|
Loading…
Reference in New Issue
Block a user