# presto on K8s **Repository Path**: hadoop-bigdata/presto-on-k8s ## Basic Information - **Project Name**: presto on K8s - **Description**: presto on K8s - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2022-10-02 - **Last Updated**: 2023-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Trino =========== Fast distributed SQL query engine for big data analytics that helps you explore your data universe ## Configuration The following table lists the configurable parameters of the Trino chart and their default values. | Parameter | Description | Default | | ------------------------ | ----------------------- | -------------- | | `image.repository` | | `"trinodb/trino"` | | `image.pullPolicy` | | `"IfNotPresent"` | | `image.tag` | | `"latest"` | | `imagePullSecrets` | | `[{"name": "registry-credentials"}]` | | `server.workers` | | `2` | | `server.node.environment` | | `"production"` | | `server.node.dataDir` | | `"/data/trino"` | | `server.node.pluginDir` | | `"/usr/lib/trino/plugin"` | | `server.log.trino.level` | | `"INFO"` | | `server.config.path` | | `"/etc/trino"` | | `server.config.http.port` | | `8080` | | `server.config.https.enabled` | | `false` | | `server.config.https.port` | | `8443` | | `server.config.https.keystore.path` | | `""` | | `server.config.authenticationType` | | `""` | | `server.config.query.maxMemory` | | `"4GB"` | | `server.config.query.maxMemoryPerNode` | | `"1GB"` | | `server.config.memory.heapHeadroomPerNode` | | `"1GB"` | | `server.exchangeManager.name` | | `"filesystem"` | | `server.exchangeManager.baseDir` | | `"/tmp/trino-local-file-system-exchange-manager"` | | `server.workerExtraConfig` | | `""` | | `server.coordinatorExtraConfig` | | `""` | | `server.autoscaling.enabled` | | `false` | | `server.autoscaling.maxReplicas` | | `5` | | `server.autoscaling.targetCPUUtilizationPercentage` | | `50` | | `accessControl` | | `{}` | | `additionalNodeProperties` | | `{}` | | `additionalConfigProperties` | | `{}` | | `additionalLogProperties` | | `{}` | | `additionalExchangeManagerProperties` | | `{}` | | `eventListenerProperties` | | `{}` | | `additionalCatalogs` | | `{}` | | `env` | | `[]` | | `initContainers` | | `{}` | | `securityContext.runAsUser` | | `1000` | | `securityContext.runAsGroup` | | `1000` | | `service.type` | | `"ClusterIP"` | | `service.port` | | `8080` | | `nodeSelector` | | `{}` | | `tolerations` | | `[]` | | `affinity` | | `{}` | | `auth` | | `{}` | | `serviceAccount.create` | | `false` | | `serviceAccount.name` | | `""` | | `serviceAccount.annotations` | | `{}` | | `secretMounts` | | `[]` | | `coordinator.jvm.maxHeapSize` | | `"1G"` | | `coordinator.jvm.gcMethod.type` | | `"UseG1GC"` | | `coordinator.jvm.gcMethod.g1.heapRegionSize` | | `"32M"` | | `coordinator.additionalJVMConfig` | | `{}` | | `coordinator.resources` | | `{}` | | `worker.jvm.maxHeapSize` | | `"1G"` | | `worker.jvm.gcMethod.type` | | `"UseG1GC"` | | `worker.jvm.gcMethod.g1.heapRegionSize` | | `"32M"` | | `worker.additionalJVMConfig` | | `{}` | | `worker.resources` | | `{}` | --- _Documentation generated by [Frigate](https://frigate.readthedocs.io)._