Skip to content

Commit

Permalink
trino-exporter and trino-loadbalancer switch from port 80 to 8888
Browse files Browse the repository at this point in the history
  • Loading branch information
illomi7 committed Jun 12, 2024
1 parent 693ae1c commit 9656e5c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/trino-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: trino-exporter
description: Trino exporter helm chart

type: application
version: 0.0.11
version: 0.0.12
appVersion: 0.0.4
2 changes: 1 addition & 1 deletion charts/trino-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ securityContext: { }
service:
annotations: { }
type: ClusterIP
port: 80
port: 8888

resources: { }
# We usually recommend not to specify default resources and to leave this as a conscious
Expand Down
4 changes: 2 additions & 2 deletions charts/trino-loadbalancer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: trino-loadbalancer
description: Trino loadbalancer helm chart

type: application
version: 0.2.8
appVersion: 0.2.8
version: 0.2.9
appVersion: 0.2.9
2 changes: 1 addition & 1 deletion charts/trino-loadbalancer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ securityContext: { }
service:
annotations: { }
type: ClusterIP
port: 80
port: 8888

ingress:
enabled: false
Expand Down

0 comments on commit 9656e5c

Please sign in to comment.