Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 1.5 KB

README.md

File metadata and controls

49 lines (39 loc) · 1.5 KB

Gateway

A load balancer / proxy / gateway for Trino

Configuration

The following table lists the configurable parameters of the Gateway chart and their default values.

Parameter Description Default
image.repository "posulliv/gateway"
image.pullPolicy "IfNotPresent"
image.tag "latest"
gateway.requestPort 8080
gateway.appPort 8090
gateway.adminPort 8091
gateway.log.level "INFO"
gateway.tls.enabled false
gateway.tls.keystorePath ""
gateway.tls.keystorePassword ""
gateway.queryHistorySize 1000
backendDatabase.host "localhost"
backendDatabase.port 3306
backendDatabase.schema "gateway"
backendDatabase.user "root"
backendDatabase.password "root"
securityContext.runAsUser 1000
securityContext.runAsGroup 1000
service.type "ClusterIP"
service.requestPort 8080
service.appPort 8090
service.adminPort 8091
imagePullSecrets []
nameOverride ""
fullnameOverride ""
resources {}
nodeSelector {}
tolerations []
affinity {}
secretMounts []

Documentation generated by Frigate.