Skip to content
Snippets Groups Projects
Verified Commit cef74fb6 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Add 100G volume to monitoring

It was getting very cramped with only a few MBs left. It appears currently we only get about 6 months worth of data out of 20G
so 100G seems reasonable.
parent a6dcc9f5
No related branches found
No related tags found
No related merge requests found
Pipeline #5779 passed
......@@ -494,3 +494,9 @@ resource "hcloud_volume" "homedir" {
size = 100
server_id = hcloud_server.machine["homedir.archlinux.org"].id
}
resource "hcloud_volume" "monitoring" {
name = "monitoring"
size = 100
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