Skip to content

kumulustech/erddap-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Kubernetes HELM Chart for the ERDDAP application

Based on, and extending the work done in dockerizing ERDDAP: erddap-gold-standard

Install this chart

You likely want to make at least a minimum configuration deploy-values.yaml with at least something like the following:

domain:
  enabled: true
  name: your.domain.name

config:
  enabled: true
  variables: |-
    ERDDAP_adminInstitution="your institution"
    ERDDAP_adminEmail="youremail@example.com"

Clone this repository to a machine with the helm binary from helm.sh, review the default values, and install.

helm install erddap --repo https://kumulustech.github.io/erddap-helm erddap --values deploy-values.yaml

Contributing

Fork and submit a pull request. We follow the code of conduct outlined in our Code of Conduct file in the root directory of the repository.