Deploying

Deploying with Helm Chart

Prerequisites

Make sure you have Helm installed.

Get Repo Info

helm repo add datacube-charts https://opendatacube.github.io/datacube-charts/charts/
helm repo update

See helm repo for command documentation.

Deploy with default config

helm upgrade --install datacube-ows datacube-charts/datacube-ows

Deploy in a custom namespace

helm upgrade --install datacube-ows --namespace=web datacube-charts/datacube-ows

Chart values

helm show values datacube-charts/datacube-ows