Skip to content

Latest commit

 

History

History

client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

client

Version: 0.2.14 Type: application AppVersion: v0.2.5

A Helm chart for ScoreTrak's client

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

Values

Key Type Default Description
affinity object {}
autoscaling.enabled bool false
autoscaling.maxReplicas int 100
autoscaling.minReplicas int 1
autoscaling.targetCPUUtilizationPercentage int 80
extraEnvs.REACT_APP_COMPETITION_NAME string "Olympics"
fullnameOverride string "" String to override client.fullname template
image.pullPolicy string "IfNotPresent" Container pull policy
image.repository string "ghcr.io/scoretrak/client/scoretrak-client" Container image name
image.tag string "" Container image tag
imagePullSecrets list [] Secrets to pull container image
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 "" String to override client.name template
nodeSelector object {}
podAnnotations object {}
podSecurityContext object {}
replicaCount int 1 Deployment replica count
resources object {} Resource requests and limits for Deployment Pods
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