fov-quicklook Helm values reference#
Helm values reference table for the fov-quicklook application.
Key |
Type |
Default |
Description |
|---|---|---|---|
butler_settings |
object |
|
Butler settings for the fov-quicklook application |
config.max_object_storage_usage |
int |
|
Maximum allowed storage usage for object storage in bytes |
config.pathPrefix |
string |
|
URL path prefix |
config.s3_tile_path_prefix |
string |
|
path prefix for object storage for tiles |
context_menu_templates |
list |
|
Context menu templates for the frontend |
coordinator.resources.limits |
object |
|
Resource limits for the coordinator |
coordinator.resources.requests |
object |
|
Resource requests for the coordinator |
db.resources.limits |
object |
|
Resource limits for the database |
db.resources.requests |
object |
|
Resource requests for the database |
db_storage_class |
string |
|
Storage class to use for the database |
frontend.replicas |
int |
|
|
frontend.resources.limits |
object |
|
Resource limits for the frontend |
frontend.resources.requests |
object |
|
Resource requests for the frontend |
generator.concurrency |
int |
|
Number of concurrent tile generations |
generator.local_storage |
object |
|
Local storage configuration for the generator |
generator.replicas |
int |
|
Number of replicas for the generator |
generator.resources.limits |
object |
|
Resource limits for the generator |
generator.resources.requests |
object |
|
Resource requests for the generator |
image.pullPolicy |
string |
|
Pull policy for the fov-quicklook image |
image.repository |
string |
|
Image to use in the fov-quicklook deployment |
image.tag |
string |
|
Tag of image to use |
s3_tile |
object |
|
S3 configuration for the tile storage |
use_gafaelfawr |
bool |
|
Use gafaelfawr to authenticate |
use_vault |
bool |
|
Use vault to store secrets |