Files
deprecated-helm-charts/stable/presto/values.yaml
T
Eliran Bivas 8b53a509d0 presto chart (#4047)
* preso chart

* circle ci comments

* Code review comments:
- use int function instead of using float
- simpler template
- fix list indent

* Fix initialDelaySeconds indentation
2018-03-13 04:53:10 -07:00

48 lines
975 B
YAML

server:
workers: 2
node:
environment: production
dataDir: /presto/etc/data
log:
presto:
level: INFO
config:
path: /etc/presto
http:
port: 8080
query:
maxMemory: "4GB"
maxMemoryPerNode: "1GB"
jvm:
maxHeapSize: "8G"
gcMethod:
type: "UseG1GC"
g1:
heapRegionSize: "32M"
image:
repository: bivas/presto
tag: 0.196
pullPolicy: IfNotPresent
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: {}