mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* Uses official image from prestosql.io Signed-off-by: Ke Zhu <kzhu@us.ibm.com> * Updates URLs to prestosql.io Signed-off-by: Ke Zhu <kzhu@us.ibm.com> * Documents variables Signed-off-by: Ke Zhu <kzhu@us.ibm.com> * Fixes prestosql coordinator can not discover itself Signed-off-by: Ke Zhu <kzhu@us.ibm.com>
52 lines
1.1 KiB
YAML
52 lines
1.1 KiB
YAML
server:
|
|
workers: 2
|
|
node:
|
|
environment: production
|
|
dataDir: /data/presto
|
|
pluginDir: /usr/lib/presto/plugin
|
|
log:
|
|
presto:
|
|
level: INFO
|
|
config:
|
|
path: /usr/lib/presto/etc
|
|
http:
|
|
port: 8080
|
|
query:
|
|
maxMemory: "4GB"
|
|
maxMemoryPerNode: "1GB"
|
|
jvm:
|
|
maxHeapSize: "8G"
|
|
gcMethod:
|
|
type: "UseG1GC"
|
|
g1:
|
|
heapRegionSize: "32M"
|
|
|
|
image:
|
|
repository: prestosql/presto
|
|
tag: 329
|
|
pullPolicy: IfNotPresent
|
|
securityContext:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
|
|
service:
|
|
type: ClusterIP
|
|
|
|
resources: {}
|
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
|
# choice for the user. This also increases chances charts run on environments with little
|
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
|
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|