Skip to content

Latest commit

 

History

History

commercebackend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

commercebackend

Version: 0.1.11 Type: application AppVersion: v0.2.13

A Helm chart for Scoretrak Bank Backend

Installing the Chart

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/commercebackend

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
config.admin.password string ""
config.admin.username string "admin"
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.db_host string ""
config.cockroachdb.db_name string "bank"
config.cockroachdb.db_password string ""
config.cockroachdb.db_port int 26257
config.cockroachdb.db_user string "root"
config.create bool true
config.discord_webhook_url string ""
config.existingConfig string ""
config.use_cockroachdb bool true
fullnameOverride string ""
image.pullPolicy string "IfNotPresent"
image.repository string "ghcr.io/scoretrak/commerce/commerce-backend"
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.fsGroup int 1234
replicaCount int 1
resources object {}
securityContext object {}
service.port int 8080
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