Skip to content
Snippets Groups Projects
Verified Commit 33cb9134 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Resize gitlab volume from 250G to 200G

250 is not a nice round number, whereas 200 is.
parent cf37ee6f
No related branches found
No related tags found
No related merge requests found
Pipeline #16313 passed
......@@ -477,7 +477,7 @@ variable "gitlab_pages_ipv6" {
resource "hcloud_volume" "gitlab" {
name = "gitlab"
size = 250
size = 200
server_id = hcloud_server.machine["gitlab.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