Skip to content
Snippets Groups Projects
Verified Commit 1ed1ee0f authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

Increase the volume size (100->150GB) for monitoring.al.org

Loki is using a lot of storage (~8GB per week).
parent a863917f
No related branches found
No related tags found
No related merge requests found
Pipeline #8866 passed
...@@ -502,6 +502,6 @@ resource "hcloud_volume" "homedir" { ...@@ -502,6 +502,6 @@ resource "hcloud_volume" "homedir" {
resource "hcloud_volume" "monitoring" { resource "hcloud_volume" "monitoring" {
name = "monitoring" name = "monitoring"
size = 100 size = 150
server_id = hcloud_server.machine["monitoring.archlinux.org"].id server_id = hcloud_server.machine["monitoring.archlinux.org"].id
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment