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

Resize gitlab volume to 250G

parent 546d5c82
No related branches found
No related tags found
No related merge requests found
Pipeline #15610 passed
......@@ -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