Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Latest commit

 

History

History
 
 

airbyte-worker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

worker

Version: 0.39.36 Type: application AppVersion: 0.40.4

Helm chart to deploy airbyte-worker

Requirements

Repository Name Version
https://charts.bitnami.com/bitnami common 1.x.x

Values

Key Type Default Description
affinity object {}
containerSecurityContext object {}
enabled bool true
env_vars object {}
extraContainers list []
extraEnv list []
extraInitContainers list []
extraVolumeMounts list []
extraVolumes list []
global.credVolumeOverride string ""
global.database.host string "example.com"
global.database.port string "5432"
global.database.secretName string ""
global.database.secretValue string ""
global.extraContainers list []
global.jobs.kube.annotations object {}
global.jobs.kube.main_container_image_pull_secret string ""
global.jobs.kube.nodeSelector object {}
global.jobs.kube.tolerations list []
global.jobs.resources.limits object {}
global.jobs.resources.requests object {}
global.logs.accessKey.existingSecret string ""
global.logs.accessKey.existingSecretKey string ""
global.logs.accessKey.password string "minio"
global.logs.externalMinio.enabled bool false
global.logs.externalMinio.host string "localhost"
global.logs.externalMinio.port int 9000
global.logs.gcs.bucket string ""
global.logs.gcs.credentials string ""
global.logs.gcs.credentialsJson string ""
global.logs.minio.enabled bool true
global.logs.s3.bucket string "airbyte-dev-logs"
global.logs.s3.bucketRegion string ""
global.logs.s3.enabled bool false
global.logs.secretKey.existingSecret string ""
global.logs.secretKey.existingSecretKey string ""
global.logs.secretKey.password string "minio123"
global.secretName string ""
global.serviceAccountName string "airbyte-admin"
image.pullPolicy string "IfNotPresent"
image.repository string "airbyte/worker"
livenessProbe.enabled bool true
livenessProbe.failureThreshold int 3
livenessProbe.initialDelaySeconds int 30
livenessProbe.periodSeconds int 10
livenessProbe.successThreshold int 1
livenessProbe.timeoutSeconds int 1
log.level string "INFO"
nodeSelector object {}
podAnnotations object {}
readinessProbe.enabled bool true
readinessProbe.failureThreshold int 3
readinessProbe.initialDelaySeconds int 10
readinessProbe.periodSeconds int 10
readinessProbe.successThreshold int 1
readinessProbe.timeoutSeconds int 1
replicaCount int 1
resources.limits object {}
resources.requests object {}
secrets object {}
tolerations list []

Autogenerated from chart metadata using helm-docs v1.11.0