A Helm chart for Kubernetes
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/payments
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
autoscaling.enabled | bool | false |
|
autoscaling.maxReplicas | int | 100 |
|
autoscaling.minReplicas | int | 1 |
|
autoscaling.targetCPUUtilizationPercentage | int | 80 |
|
config.bank.amountPerPoint | int | 10 |
|
config.bank.password | string | "" |
|
config.bank.url | string | "" |
|
config.bank.username | string | "" |
|
config.cockroachdb.clientca | string | "/cockroach-certs/ca.crt" |
|
config.cockroachdb.clientsslcert | string | "/cockroach-certs/tls.crt" |
|
config.cockroachdb.clientsslkey | string | "/cockroach-certs/tls.key" |
|
config.cockroachdb.database | string | "payments" |
|
config.cockroachdb.db_host | string | "" |
|
config.cockroachdb.db_password | string | "" |
|
config.create | bool | true |
|
config.scoretrak.host | string | "" |
|
config.scoretrak.password | string | "" |
|
config.scoretrak.username | string | "payments" |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "ghcr.io/scoretrak/payments/payments" |
|
image.tag | string | "" |
|
imagePullSecrets | list | [] |
|
ingress.annotations | object | {} |
|
ingress.className | string | "" |
|
ingress.enabled | bool | false |
|
ingress.hosts[0].host | string | "chart-example.local" |
|
ingress.hosts[0].paths[0].path | string | "/" |
|
ingress.hosts[0].paths[0].pathType | string | "ImplementationSpecific" |
|
ingress.tls | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podAnnotations | object | {} |
|
podSecurityContext | object | {} |
|
resources | object | {} |
|
schedule | string | "*/10 * * * *" |
|
securityContext | object | {} |
|
service.port | int | 80 |
|
service.type | string | "ClusterIP" |
|
serviceAccount.annotations | object | {} |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | "" |
|
tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.8.1