Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 737 Bytes

README.md

File metadata and controls

32 lines (28 loc) · 737 Bytes

registry

Pre-Requisites

  1. Make sure helm version 3 is installed.
$ helm version --short
v3.5.0+g32c2223

Setup

  1. To use the above helm chart make sure you have created your secrets as defined in registry/values.yaml under the heading secrets
  2. Also make sure helm is installed.
  3. Install the release using helm
$ helm install registry registry

Development

  1. In order to lint the charts once you are done with your development
$ helm lint registry
  1. In order to make sure that templates are rendered withour any issue
$ helm template registry

TODO

  1. Use redis as cache in config
  2. Provide healthchecks for backends
  3. Use redis pool for registry