Skip to content

Commit

Permalink
build(repo): fix chart
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jan 31, 2025
1 parent 99d34f2 commit cad86ca
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 43 deletions.
2 changes: 1 addition & 1 deletion cluster/charts/fuel-streams/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: fuel-streams
version: 0.10.13
version: 0.10.14
dependencies:
- name: nats
version: 1.2.10
Expand Down
14 changes: 0 additions & 14 deletions cluster/charts/fuel-streams/dashboards/consumer-metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
},
{
"datasource": {
"type": "prometheus",
"uid": "DS__PROMETHEUS"
},
"enable": true,
"expr": "sum(changes(kube_deployment_status_observed_generation{deployment=\"consumer\"}[5m])) by (deployment)",
"iconColor": "#5794F2",
"name": "Deployments",
"tagKeys": [
"deployment"
],
"titleFormat": "Consumer Deployment"
}
]
},
Expand Down
14 changes: 0 additions & 14 deletions cluster/charts/fuel-streams/dashboards/publisher-metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
},
{
"datasource": {
"type": "prometheus",
"uid": "DS__PROMETHEUS"
},
"enable": true,
"expr": "sum(changes(kube_deployment_status_observed_generation{deployment=\"publisher\"}[5m])) by (deployment)",
"iconColor": "#5794F2",
"name": "Deployments",
"tagKeys": [
"deployment"
],
"titleFormat": "Publisher Deployment"
}
]
},
Expand Down
14 changes: 0 additions & 14 deletions cluster/charts/fuel-streams/dashboards/webserver-metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,6 @@
"iconColor": "rgba(0, 211, 255, 1)",
"name": "Annotations & Alerts",
"type": "dashboard"
},
{
"datasource": {
"type": "prometheus",
"uid": "DS__PROMETHEUS"
},
"enable": true,
"expr": "sum(changes(kube_deployment_status_observed_generation{deployment=\"webserver\"}[5m])) by (deployment)",
"iconColor": "#5794F2",
"name": "Deployments",
"tagKeys": [
"deployment"
],
"titleFormat": "Webserver Deployment"
}
]
},
Expand Down

0 comments on commit cad86ca

Please sign in to comment.