Skip to content

onlinejudge95/registry-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages