File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 4343 image : " {{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
4444 imagePullPolicy : {{ .Values.image.pullPolicy }}
4545 command :
46- - " java"
47- - " -XX:MinRAMPercentage=80.0"
48- - " -XX:MaxRAMPercentage=80.0"
49- - " -jar"
50- - " /usr/lib/trino/gateway-ha-jar-with-dependencies.jar"
51- - " /etc/gateway/config.yaml"
46+ {{- toYaml .Values.command | nindent 12}}
5247 ports :
5348 - name : request
5449 containerPort : {{ index .Values "config" "serverConfig" "http-server.http.port" }}
Original file line number Diff line number Diff line change @@ -52,6 +52,15 @@ config:
5252 managedApps :
5353 - io.trino.gateway.ha.clustermonitor.ActiveClusterMonitor
5454
55+ # Startup command for Trino Gateway process. Add additional java options here if required
56+ command :
57+ - " java"
58+ - " -XX:MinRAMPercentage=80.0"
59+ - " -XX:MaxRAMPercentage=80.0"
60+ - " -jar"
61+ - " /usr/lib/trino/gateway-ha-jar-with-dependencies.jar"
62+ - " /etc/gateway/config.yaml"
63+
5564service :
5665 type : ClusterIP
5766 port : 8080
You can’t perform that action at this time.
0 commit comments