banzaicloud-stable/hollowtrees-with-ps
Chart version: 0.2.1
Api version: v1
App version: 0.1.1
Hollowtrees with Pipeline Scaler plugin
application
Chart Type
Active
Status
Unknown
License
498
Downloads
https://kubernetes-charts.banzaicloud.com
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install hollowtrees-with-ps center/banzaicloud-stable/hollowtrees-with-ps
Versions (0)
View all
Hollowtrees with Pipeline Scaler Plugin Helm Chart
TL;DR
$ helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
$ helm repo update
$ helm install --name=htpsp banzaicloud-stable/hollowtrees-with-ps
Prerequisites
- Kubernetes 1.10+
Installing the Chart
To install the chart with the release name htpsp
:
helm install --name=htpsp banzaicloud-stable/hollowtrees-with-ps
The command deploys the application on the Kubernetes cluster with the default configuration. The configuration section lists the parameters that can be configured during installation.
Tip: List all releases using
helm list
Uninstalling the Chart
To uninstall/delete the htpsp release:
$ helm del --purge htpsp
The command removes all the Kubernetes components associated with the chart and deletes the release.
Configuration
The configurable parameters and default values are listed in values.yaml
.
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
Alternatively, a YAML file that specifies the values for the parameters can be provided during the chart installation:
$ helm install --name htpsp -f my-values.yaml banzaicloud-stable/hollowtrees-with-ps