diff options
author | Alex Auvolat <alex@adnab.me> | 2022-09-15 11:57:24 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-09-15 11:57:24 +0200 |
commit | 72606368bf4771c36995a9145b120b697e38d95b (patch) | |
tree | 300339f50aabd13a3ac5db30daaee5894e67ab3d /cluster/prod/app/garage/deploy | |
parent | 2dad5700d3ca773d79c87bc7da02852e57270b93 (diff) | |
download | nixcfg-72606368bf4771c36995a9145b120b697e38d95b.tar.gz nixcfg-72606368bf4771c36995a9145b120b697e38d95b.zip |
Force Garage to use ipv6 connectivity
Diffstat (limited to 'cluster/prod/app/garage/deploy')
-rw-r--r-- | cluster/prod/app/garage/deploy/garage.hcl | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index ccc7dd6..51d5473 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -82,25 +82,6 @@ job "garage" { } service { - tags = ["garage-rpc"] - port = 3901 - address_mode = "driver" - name = "garage-rpc" - check { - type = "tcp" - port = 3901 - address_mode = "driver" - interval = "60s" - timeout = "5s" - check_restart { - limit = 3 - grace = "90s" - ignore_warnings = false - } - } - } - - service { tags = [ "garage-web", "tricot * 1", |