Skip to content

Latest commit

 

History

62 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

REMS Helm Charts

The instace comes with database dependency for PostgreSQL 13 (with demo credentials) and fake login. These are NOT for production use.

Information and documentation regarding REMS is available at: https://github.com/CSCfi/rems

Installing the Charts

The charts work out of the box with test configurations:

git clone https://github.com/CSCfi/rems-helm
cd rems-helm
helm dependency build charts/rems
helm install rems charts/rems --set hostname="the.hostname.com",postgresql.auth.username="theuser",postgresql.auth.password="thepass"

Altenatively using helm repo:

helm repo add rems-helm https://cscfi.github.io/rems-helm/
helm search repo rems-helm
helm install rems -n rems rems-helm/rems-helm --create-namespace --set hostname="the.hostname.com",postgresql.auth.username="theuser",postgresql.auth.password="thepass"

About

Helm deployment for https://github.com/CSCfi/rems

Topics

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages