Skip to content

Commit

Permalink
Remove deprecated settings from gateway config
Browse files Browse the repository at this point in the history
  • Loading branch information
oneonestar authored and mosabua committed Feb 14, 2025
1 parent 0868219 commit 348a57a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 22 deletions.
4 changes: 0 additions & 4 deletions charts/gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ A Helm chart for Trino Gateway
* `config.dataStore.password` - string, default: `"mysecretpassword"`
* `config.dataStore.driver` - string, default: `"org.postgresql.Driver"`
* `config.clusterStatsConfiguration.monitorType` - string, default: `"INFO_API"`
* `config.modules[0]` - string, default: `"io.trino.gateway.ha.module.HaGatewayProviderModule"`
* `config.modules[1]` - string, default: `"io.trino.gateway.ha.module.ClusterStateListenerModule"`
* `config.modules[2]` - string, default: `"io.trino.gateway.ha.module.ClusterStatsMonitorModule"`
* `config.managedApps[0]` - string, default: `"io.trino.gateway.ha.clustermonitor.ActiveClusterMonitor"`
* `command` - list, default: `["java","-XX:MinRAMPercentage=80.0","-XX:MaxRAMPercentage=80.0","-jar","/usr/lib/trino/gateway-ha-jar-with-dependencies.jar","/etc/gateway/config.yaml"]`

Startup command for Trino Gateway process. Add additional Java options and other modifications as desired.
Expand Down
6 changes: 0 additions & 6 deletions charts/gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ config:
driver: org.postgresql.Driver
clusterStatsConfiguration:
monitorType: INFO_API
modules:
- io.trino.gateway.ha.module.HaGatewayProviderModule
- io.trino.gateway.ha.module.ClusterStateListenerModule
- io.trino.gateway.ha.module.ClusterStatsMonitorModule
managedApps:
- io.trino.gateway.ha.clustermonitor.ActiveClusterMonitor

# -- Startup command for Trino Gateway process. Add additional Java options and other modifications as desired.
command:
Expand Down
6 changes: 0 additions & 6 deletions tests/gateway/test-values-with-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ config:
driver: org.postgresql.Driver
clusterStatsConfiguration:
monitorType: INFO_API
modules:
- io.trino.gateway.ha.module.HaGatewayProviderModule
- io.trino.gateway.ha.module.ClusterStateListenerModule
- io.trino.gateway.ha.module.ClusterStatsMonitorModule
managedApps:
- io.trino.gateway.ha.clustermonitor.ActiveClusterMonitor

envFrom:
- secretRef:
Expand Down
6 changes: 0 additions & 6 deletions tests/gateway/test-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ config:
driver: org.postgresql.Driver
clusterStatsConfiguration:
monitorType: INFO_API
modules:
- io.trino.gateway.ha.module.HaGatewayProviderModule
- io.trino.gateway.ha.module.ClusterStateListenerModule
- io.trino.gateway.ha.module.ClusterStatsMonitorModule
managedApps:
- io.trino.gateway.ha.clustermonitor.ActiveClusterMonitor

ingress:
enabled: true
Expand Down

0 comments on commit 348a57a

Please sign in to comment.