aboutsummaryrefslogtreecommitdiff
path: root/app/frontend/deploy
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-05-04 17:33:43 +0200
committerAlex Auvolat <alex@adnab.me>2022-05-04 17:33:43 +0200
commitd7164c7d90c1795ddb6d5da50bd6edfea9f6a67f (patch)
tree12dca8765c294d5cf6382e62765c2b33b1c43b34 /app/frontend/deploy
parent5b861cd6523382afae189566e41692f8daf55669 (diff)
downloadinfrastructure-d7164c7d90c1795ddb6d5da50bd6edfea9f6a67f.tar.gz
infrastructure-d7164c7d90c1795ddb6d5da50bd6edfea9f6a67f.zip
remove obsolete admin_port
Diffstat (limited to 'app/frontend/deploy')
-rw-r--r--app/frontend/deploy/frontend-tricot.hcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/frontend/deploy/frontend-tricot.hcl b/app/frontend/deploy/frontend-tricot.hcl
index 65ad5e6..ddcb963 100644
--- a/app/frontend/deploy/frontend-tricot.hcl
+++ b/app/frontend/deploy/frontend-tricot.hcl
@@ -7,7 +7,6 @@ job "frontend" {
network {
port "http_port" { static = 80 }
port "https_port" { static = 443 }
- port "admin_port" { static = 8082 }
}
task "server" {
@@ -17,7 +16,7 @@ job "frontend" {
image = "lxpz/amd64_tricot:37"
network_mode = "host"
readonly_rootfs = true
- ports = [ "http_port", "https_port", "admin_port" ]
+ ports = [ "http_port", "https_port" ]
}
resources {