mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
* preso chart * circle ci comments * Code review comments: - use int function instead of using float - simpler template - fix list indent * Fix initialDelaySeconds indentation
48 lines
975 B
YAML
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: {}
|