- Français: Cette page n'est pas encore traduite en français.
Helm chart
Install Chart
# Helm
$ helm install [RELEASE_NAME] helm-chart
See configuration below.
See helm install for command documentation.
Uninstall Chart
helm uninstall [RELEASE_NAME]
This removes all the Kubernetes components associated with the chart and deletes the release.
See helm uninstall for command documentation.
Upgrading Chart
helm upgrade [RELEASE_NAME] helm-chart --install
Configuring
See Customizing the Chart Before Installing. To see all configurable options with detailed comments, visit the chart's values.yaml, or run these configuration commands:
helm show values helm-chart
You can create your own values.yaml file, then use it to install LabelIt:
$ helm install -f [PATH_TO_VALUES.YAML_FILE] [RELEASE_NAME] helm-chart
In addition, LabelIt backend requires some environment variables to run. Refer to environment variables.