[fuel-ccp-horizon][fuel-ccp-entrypoint] Apache listen only defaults ports 80 and 443
Bug #1625655 reported by
Dmitry Tyzhnenko
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
fuel-ccp |
Triaged
|
Low
|
Dmitry Klenov |
Bug Description
Steps:
Deploy horizon service with default port(80)
Check connection - pass
curl horizon.
Reconfig horizon port to 8080
put 'horizon_port: 8080' in deploy config
Redeploy horizon
Check connection - fail
curl horizon.
Actual result:
Apache inside horizon pod still listens 80 port
Expected result:
Apache accept connection on 8080 port
tags: | removed: fuel-ccp-entrypoint |
Changed in fuel-ccp: | |
status: | New → Triaged |
Changed in fuel-ccp: | |
assignee: | Fuel CCP Bug Team (fuel-ccp-bugs) → Dmitry Klenov (dklenov) |
Changed in fuel-ccp: | |
importance: | High → Low |
To post a comment you must log in.
This is not valid piece of configuration. Correct one should look like
horizon:
port:
cont: 8080
ingress: horizon
Although even with correct one new port is not being opened. Investigating further.