Skip to content

Commit 2b991a2

Browse files
authored
build(repo): Adjust metrics configuration on chart (#397)
* build(repo): Adjust metrics configuration on chart * build(repo): more charts adjustments * build(repo): bump chart * build(repo): namespace on chart * build(repo): bump charts * build(repo): fix chart * build(repo): fix chart * build(repo): fix grafana dashboards * build(repo): fix helm chart * build(repo): fix grafana charts * build(repo): fix template dashboard * build(repo): fix service * build(repo): fix charts * build(repo): fix service * build(repo): fix chart * build(repo): fix chart * build(repo): fix chart
1 parent 4a007f1 commit 2b991a2

24 files changed

+1809
-1418
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/fuel_streams?sslmode=
1616
DB_USER=postgres
1717
DB_PASSWORD=postgres
1818
DB_NAME=fuel_streams
19-
DB_POOL_SIZE=100
19+
DB_POOL_SIZE=300
2020
DB_TIMEOUT=240
2121

2222
# NATS Configuration
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
dependencies:
22
- name: nats
33
repository: https://nats-io.github.io/k8s/helm/charts/
4-
version: 1.2.9
5-
digest: sha256:68cbbb410fdf97d0cf025d1e9fc54dc16ad9f301927c93041629724b656c6815
6-
generated: "2025-01-21T15:08:31.514313-03:00"
4+
version: 1.2.10
5+
- name: kube-prometheus-stack
6+
repository: https://prometheus-community.github.io/helm-charts
7+
version: 27.1.0
8+
digest: sha256:468763a486889cc59f0b66d52658c3f5d17b6af398ba03c522c0a4effee36f52
9+
generated: "2025-01-29T18:33:41.743952-03:00"

cluster/charts/fuel-streams/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ apiVersion: v2
22
appVersion: "1.0"
33
description: A Helm chart for Kubernetes
44
name: fuel-streams
5-
version: 0.9.5
5+
version: 0.10.14
66
dependencies:
77
- name: nats
8-
version: 1.2.9
8+
version: 1.2.10
99
repository: https://nats-io.github.io/k8s/helm/charts/
1010
alias: nats
1111
condition: nats.enabled
1212
- name: kube-prometheus-stack
13-
version: 68.3.2
13+
version: 27.1.0
1414
repository: https://prometheus-community.github.io/helm-charts
1515
alias: prometheus
1616
condition: prometheus.enabled

0 commit comments

Comments
 (0)