Skip to content

Commit

Permalink
fix: Add prometheus port annotation (#94)
Browse files Browse the repository at this point in the history
* Update values.yaml

Signed-off-by: Tal <[email protected]>

* Update Chart.yaml

Signed-off-by: Tal <[email protected]>

* Update README.md

Signed-off-by: Tal <[email protected]>

* Update values.yaml

Signed-off-by: Tal <[email protected]>

* fix: fix

---------

Signed-off-by: Tal <[email protected]>
  • Loading branch information
talboren authored Dec 17, 2024
1 parent b407eb0 commit e0d9305
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/keep/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v2
name: keep
version: 0.1.48
version: 0.1.50
description: Keep Helm Chart
type: application
icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75
appVersion: 0.32.0
appVersion: 0.32.1
deprecated: false
annotations:
app: keep
Expand Down
2 changes: 1 addition & 1 deletion charts/keep/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# keep

![Version: 0.1.47](https://img.shields.io/badge/Version-0.1.47-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.31.7](https://img.shields.io/badge/AppVersion-0.31.7-informational?style=flat-square)
![Version: 0.1.50](https://img.shields.io/badge/Version-0.1.50-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.32.1](https://img.shields.io/badge/AppVersion-0.32.1-informational?style=flat-square)

Keep Helm Chart

Expand Down
1 change: 1 addition & 0 deletions charts/keep/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ backend:
podAnnotations:
"prometheus.io/scrape": "true"
"prometheus.io/path": "/metrics/processing"
"prometheus.io/port": "8080"
podSecurityContext: {}
securityContext: {}
service:
Expand Down

0 comments on commit e0d9305

Please sign in to comment.