blobStore.endpoint
- The endpoint for the blob store.blobStore.config.s3.accessKey
- The access key for the blob store.blobStore.config.s3.secretKey
- The secret key for the blob store.blobStore.allowHTTP
- Whether to allow HTTP connections to the blob store.server.persistance.size
- The size of the persistent volume for the server.server.persistance.storageClass
- The storage class for the persistent volume. This will
depend on the cloud provider you are using. For example, standard
for GCP, gp2
for AWS, etc.server.image
- The Docker image for the Indexify server.server.ingress.enabled
- Whether to create an Ingress resource for the server.executors.replicas
- The number of replicas for the executor. 1 by default.executors.image
- The Docker image for the Indexify executor.executors.name
- The name of the executor. indexify-executor
by default.executors
in the values file.
For example, to add a new executor with the name indexify-executor-2
, you can add the following:
name
, image
, and replicas
of the executor.
AWS_ACCESS_KEY_ID
and
AWS_SECRET_ACCESS_KEY
.AWS_ENDPOINT_URL
to https://storage.googleapis.com/