butler-writer-service Helm values reference#
Helm values reference table for the butler-writer-service
application.
Key |
Type |
Default |
Description |
---|---|---|---|
affinity |
object |
|
Affinity rules for the pod |
datasetFilePath |
string |
|
Root path where output dataset files are written pending transfer back to the central repository. |
fullnameOverride |
string |
|
|
global.baseUrl |
string |
Set by Argo CD |
Base URL for the environment |
global.host |
string |
Set by Argo CD |
Host name for ingress |
global.vaultSecretsPath |
string |
Set by Argo CD |
Base path for Vault secrets |
image.pullPolicy |
string |
|
When to download an image. |
image.repository |
string |
|
Image to use for the Butler writer service |
image.tag |
string |
|
Docker container version to use for the Butler writer service |
kafka.clusterAddress |
string |
None, must be set |
Address of Kafka broker containing Prompt Processing output events, for consumption by the Butler writer service. |
kafka.topic |
string |
None, must be set |
Kafka topic containing Prompt Processing output events, for consumption by the Butler writer service. |
kafka.username |
string |
None, must be set |
Username for Kafka broker containing Prompt Processing output events, for consumption by the Butler writer service. |
nameOverride |
string |
|
|
nodeSelector |
object |
|
Node selection rules for the pod |
outputRepo |
string |
None, must be set |
URI to the repo the writer should write to. |
podAnnotations |
object |
|
Pod annotations for the writer |
resources.cpuLimit |
int |
|
The maximum cpu cores for the Butler writer service. |
resources.cpuRequest |
float |
|
The cpu cores requested for the Butler writer service. |
resources.memoryLimit |
string |
|
The maximum memory limit for the Butler writer service. |
resources.memoryRequest |
string |
|
The minimum memory to request for the Butler writer service. |
s3.aws_profile |
string |
|
If set, specify a S3 credential profile from the credential file. If empty, the |
s3.checksum |
string |
|
If set, configure S3 checksum options. |
s3.endpointUrl |
string |
None, must be set |
S3 endpoint where datasets are buffered. |
tolerations |
list |
|
Tolerations for the pod |