Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| templates | ||
| .helmignore | ||
| Chart.yaml | ||
| README.md | ||
| values.yaml | ||
README.md
Docs
All additional docs are kept in the docs/ folder, this README is solely for documenting the values.yaml keys and values
Values
The values are documented as of HEAD, to review the configuration options for your chart version ensure you view this file at the relevent tag
Default values are the defaults set in the charts values.yaml, some properties have default configurations in the code for when the property is omitted or invalid
| Key | Description | Default |
|---|---|---|
labels |
Set labels to apply to all resources in the chart | |
replicaCount |
Set the number of runner pods | 1 |
image.repository |
The "repository/image" of the runner container | summerwind/actions-runner |
image.tag |
The tag of the runner container | |
image.pullPolicy |
The pull policy of the runner image | IfNotPresent |
imagePullSecrets |
Specifies the secret to be used when pulling the runner pod containers | |
fullnameOverride |
Override the full resource names | |
nameOverride |
Override the resource name prefix | |
podAnnotations |
Set annotations for the runner pod | |
podLabels |
Set labels for the runner pod | |
podSecurityContext |
Set the security context to runner pod | |
nodeSelector |
Set the pod nodeSelector | |
affinity |
Set the runner pod affinity rules | |
tolerations |
Set the runner pod tolerations | |
env |
Set environment variables for the runner container | |
organization |
Github organization where runner will be registered | test |
repository |
Github repository where runner will be registered | |
runnerLabels |
Labels you want to add in your runner | test |
autoscaler.enabled |
Enable the HorizontalRunnerAutoscaler, if its enabled then replica count will not be used | true |
autoscaler.minReplicas |
Minimum no of replicas | 1 |
autoscaler.maxReplicas |
Maximum no of replicas | 5 |
autoscaler.scaleDownDelaySecondsAfterScaleOut |
Anti-Flapping Configuration | 120 |
autoscaler.metrics |
Pull driven scaling | default |
autoscaler.scaleUpTriggers |
Webhook driven scaling |