Skip to content

Add container with Puma and Action Cable support

John Hope requested to merge add-container-for-puma-with-actioncable into master

Relates to gitlab-org/charts/gitlab#2043 (closed)

This is intended to create a separate container similar to gitlab-webservice, supporting Puma as a server and with Action Cable/websocket support built in, that can be scaled separately from the main Web service in a Kubernetes deployment.

  • Adds gitlab-actioncable container with Action Cable & Puma
  • Routes Websocket requests to this container
  • Includes in nightly builds
  • Runs a working Healthcheck against the container
  • Adds a build of the image to the CI pipeline
Edited by John Hope

Merge request reports

Loading