Skip to content

Worker

Key Value
type object
relationship Package -> Pipeline -> Worker
object path $.pipelines[*].worker
package file path {package-root}/pipelines/{pipeline-name}.yaml

Fields

Field Type Required Description Constraints Default
annotations map<string, string > | null no A map of {key,value} pair annotations to append to the Worker resources - null
image Image | null no Set SP Worker image - null
k8sPolicy K8sPolicy | null no Kubernetes specific configurations for Worker container - {"serviceAccountConfigure": {"create": true}}
labels map<string, string > | null no A map of {key,value} pair labels to append to the Worker resources - null
persistence Persistence | null no Worker container Persistence - null
pvcAnnotations map<string, string > | null no A map of {key,value} pair annotations to append to the Worker PVC - null
pvcLabels map<string, string > | null no A map of {key,value} pair labels to append to the Worker PVC - null
threads integer | null no Worker thread count min: 0 null

Used In

Back to top