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

Remove gitlab volume

/srv/gitlab has been moved to local (NVMe SSD) storage; hopefully it
won't grow too large and thus require transferring back to a volume.
parent 1dd35847
No related branches found
No related tags found
No related merge requests found
Pipeline #17550 passed
......@@ -505,12 +505,6 @@ variable "gitlab_pages_ipv6" {
default = "2a01:4f8:c2c:5d2d::2"
}
resource "hcloud_volume" "gitlab" {
name = "gitlab"
size = 200
server_id = hcloud_server.machine["gitlab.archlinux.org"].id
}
resource "hcloud_volume" "mirror" {
name = "mirror"
size = 100
......
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