Closed
Bug 1862187
Opened 1 year ago
Closed 1 year ago
switch Eliot to use PORT for gunicorn
Categories
(Eliot :: General, task, P2)
Eliot
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: relud)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
Before we extracted Eliot from the Tecken repository and deploy pipeline, we needed the two services to have non-overlapping environment variables.
Now that we've got Eliot in a separate repository and deploy pipeline, we should change it from using ELIOT_GUNICORN_PORT
to use PORT
which is the Dockerflow standard variable. This will reduce confusion in the infrastructure configuration.
Reporter | ||
Comment 1•1 year ago
|
||
I'm pretty sure this is a minor change. We need to change instances of ELIOT_GUNICORN_PORT
to PORT
in this script:
and in the docs:
We should wait to do this until after Eliot is in the webservices GKE cluster.
Keywords: good-first-bug
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → dthorn
Assignee | ||
Updated•1 year ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•1 year ago
|
||
this will also make it so that PORT as set docker/Dockerfile is respected
Assignee | ||
Comment 3•1 year ago
|
||
Assignee | ||
Comment 4•1 year ago
|
||
Assignee | ||
Comment 5•1 year ago
|
||
fixed in v2024.01.11
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•