ImageConverter
This Helm Chart deploys ImageConverter service core in a kubernetes cluster.
Introduction
This Chart includes the following components:
- ImageConverter application container to deploy in a kubernetes cluster.
Requirements
Requires Kubernetes v1.19+
Dependencies
This section will provide details about specific requirements in addition to this Helm Chart.
Pushing to registry
From wihtin ${PROJECT_DIR}/helm/core-imageconverter directory:
helm repo add ox-documents-registry https://registry.open-xchange.com/chartrepo/documents
helm repo update
helm push . ox-documents-registry
Test installation
Run a test against a cluster deployment:
helm repo add ox-documents-registry https://registry.open-xchange.com/chartrepo/documents
helm repo update
helm install --dry-run --debug --generate-name --version [VERSION] ox-documents-registry/core-imageconverter
Installing the chart
Install the Chart with the release name 'alice':
Configuration
Global Configuration
Parameter | Description | Default |
---|---|---|
defaultRegistry | The image registry | registry.open-xchange.com |
image.repository | The image repository | core-imageconverter |
image.tag | The image tag | `` |
image.pullPolicy | The imagePullPolicy for the deployment | IfNotPresent |
imagePullSecrets | List of references to secrets for image registries | [] |
imageconverter.targetFormats | Specifies the list of target image formats to create for each key | [auto:200x150, auto:200x150~cover, auto:800x800, auto:1920x1080, auto:1920x1080~cover] |
imageconverter.imageUserComment | Specifies the user comment to write into processed target images | OX_IC |
imageconverter.processingTimeoutSeconds | Specifies the maximum time in seconds an image will be processed | 20 |
imageconverter.maxQueueLength | Specifies the maximum number of parallel requests than can be processed | 512 |
imageconverter.maxAsyncQueueLengthPercentage | Specifies the percentage of maxQueueLength keys that can be asynchronously processed in the background | 95 |
imageconverter.cache.remoteCache | The settings for the cache service to use | `` |
imageconverter.cache.remoteCache.enabled | The setting if the cache service should be used. | false |
imageconverter.cache.remoteCache.url | The optional remote cache service URL. If not set, a cluster local URL is generated. | '' |
imageconverter.cache.maxEntries | The maximum number of cache key entries. Use -1 for unlimited. | 250000 |
imageconverter.cache.maxSizeMegaBytes | The maximum size of all cache key entries combined. Use -1 for unlimited. | -1 |
imageconverter.cache.maxLifetimeSeconds | The maximum age in seconds of a cache key entry before it gets removed. Use -1 for unlimited. | 2592000 |
imageconverter.cache.cleanupPeriodSeconds | The period in seconds after which the next cache cleanup will be performed | 300 |
env | Configuration properties passed to the service via environment variables | [] |