Skip to content
Snippets Groups Projects
Commit 3718d50c authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat: Committed by Kristian Klausen
Browse files

Resize gitlab volume to 250G

parent 45a26252
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !536. Comments created here will be created in the context of that merge request.
......@@ -477,7 +477,7 @@ variable "gitlab_pages_ipv6" {
resource "hcloud_volume" "gitlab" {
name = "gitlab"
size = 1000
size = 250
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