/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/presto/values.yaml
51 строка
1 KB
Ke Zhu
[stable/presto] Uses official image from prestosql.io (#20404)
05 июн 2020, 02:31
Не верифицирован
05 июн 2020, 02:31
61a3598
Код
Авторство
О чём код?
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: {}