A Helm chart for Scoretrak
To install the chart with the release name my-release
:
$ helm repo add scoretrak https://scoretrak.github.io/helm-charts
$ helm install my-release scoretrak/scoretrak
Repository | Name | Version |
---|---|---|
file://../client | client | 0.2.14 |
file://../commercebackend | commercebackend | 0.1.10 |
file://../commerceui | commerceui | 0.1.3 |
file://../envoy | envoy | 0.2.18 |
file://../payments | payments | 0.1.10 |
file://../server | server | 0.3.8 |
https://charts.cockroachdb.com/ | cockroachdb | 6.2.4 |
https://nsqio.github.io/helm-chart | nsq | 0.0.6 |
Key | Type | Default | Description |
---|---|---|---|
bank.FQDN | string | "bank.example.com" |
|
bank.enabled | bool | false |
|
cockroachdb.init.provisioning.databases[0].name | string | "scoretrak" |
|
cockroachdb.init.provisioning.databases[1].name | string | "bank" |
|
cockroachdb.init.provisioning.databases[2].name | string | "payments" |
|
cockroachdb.init.provisioning.enabled | bool | true |
|
cockroachdb.storage.persistentVolume.enabled | bool | false |
|
cockroachdb.tls.enabled | bool | true |
|
commercebackend.config.create | bool | false |
|
commerceui.config.create | bool | false |
|
config.db_names[0] | string | "scoretrak" |
|
envoy.config.create | bool | false |
|
nsq.nsqd.persistence.enabled | bool | false |
|
nsq.use | bool | true |
|
payments.config.create | bool | false |
|
scoretrak.FQDN | string | "scoretrak.example.com" |
|
server.config.create | bool | false |
|
server.config.db.cockroachdb.database | string | "scoretrak" |
|
server.config.db.cockroachdb.password | string | "" |
|
server.config.db.cockroachdb.tls.enabled | bool | true |
|
server.config.nsq.use | bool | true |
|
server.image.tag | string | "v0.3.2-alpha6" |
Autogenerated from chart metadata using helm-docs v1.7.0