Skip to content

Use config file for Workhorse listeners

Hossein Pursultani requested to merge 3316-workhorse-listener into master

What does this MR do?

Note: !1057 (merged) requires changes from this MR and the two must be merged together othrwise autodeploy will deploy Workhorse without metrics on GitLab.com. See: !1057 (comment 1018128850)

This MR uses config file instead of command-line arguments to configure Workhorse listeners, including and metrics endpoint.

This will allow the TLS configuration of Workhorse listeners. The command-line arguments should not be used any longer.

Related issues

Needed for #3316

Checklist

See Definition of done.

For anything in this list which will not be completed, please provide a reason in the MR discussion

Required

  • Merge Request Title, and Description are up to date, accurate, and descriptive
  • MR targeting the appropriate branch
  • MR has a green pipeline on GitLab.com

Expected (please provide an explanation if not completing)

  • Test plan indicating conditions for success has been posted and passes
  • Documentation created/updated
  • Integration tests added to GitLab QA
  • The impact any change in container size has should be evaluated
Edited by Jason Plum

Merge request reports