Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bbgu1 committed Dec 4, 2024
1 parent f1dde84 commit 94ae9f3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
12 changes: 6 additions & 6 deletions distributed-databases/trino/addons.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ module "eks_blueprints_addons" {

helm_releases = {
keda = {
chart = "keda"
chart_version = "2.16.0"
repository = "https://kedacore.github.io/charts"
description = "Keda helm Chart deployment"
namespace = "keda"
create_namespace = true
chart = "keda"
chart_version = "2.16.0"
repository = "https://kedacore.github.io/charts"
description = "Keda helm Chart deployment"
namespace = "keda"
create_namespace = true
}
}

Expand Down
7 changes: 3 additions & 4 deletions distributed-databases/trino/helm-values/trino.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ jmx:
- "ClassPath"
- "SystemProperties"
rules:
- pattern: ".*"
resources:
- pattern: ".*"
resources:
limits:
cpu: 200m
memory: 512Mi
Expand All @@ -189,12 +189,11 @@ serviceMonitor:
labels:
prometheus: kube-prometheus
interval: "30s"
coordinator:
coordinator:
enabled: true
labels:
prometheus: kube-prometheus
worker:
enabled: true
labels:
prometheus: kube-prometheus

2 changes: 1 addition & 1 deletion distributed-databases/trino/trino-keda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ spec:
serverAddress: http://kube-prometheus-stack-prometheus.kube-prometheus-stack.svc.cluster.local:9090
threshold: '1'
metricName: queued_queries
query: sum by (job) (avg_over_time(trino_execution_QueryManager_QueuedQueries{job="trino"}[1m]))
query: sum by (job) (avg_over_time(trino_execution_QueryManager_QueuedQueries{job="trino"}[1m]))

0 comments on commit 94ae9f3

Please sign in to comment.