Create a Pages container to identify Kubernetes issues

Summary

Build a container for GitLab Pages within the gitlab-org/build/CNG for consumption by these charts. This container should

Note: Please pass all parameters to pages daemon via the config file, not as command line arguments. (except for -config itself`)

Details

This container should:

  • take all possible configuration other than -config from the file name indicated in -config
  • be based on gitlab-go container
  • be as minimal as possible
  • default to JSON structured logging, if possible
Edited by Jason Plum