[fuel-ccp-horizon][fuel-ccp-entrypoint] Apache listen only defaults ports 80 and 443

Bug #1625655 reported by Dmitry Tyzhnenko
6
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.ccp.svc.cluster.local:80
 Reconfig horizon port to 8080
   put 'horizon_port: 8080' in deploy config
 Redeploy horizon
 Check connection - fail
   curl horizon.ccp.svc.cluster.local:8080

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
Dmitry Klenov (dklenov)
Changed in fuel-ccp:
assignee: Fuel CCP Bug Team (fuel-ccp-bugs) → Dmitry Klenov (dklenov)
Revision history for this message
Dmitry Klenov (dklenov) wrote :

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.

Changed in fuel-ccp:
importance: High → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.