Skip to content

Commit

Permalink
add kubeai metrics service endpoint (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiehrhardt authored Oct 24, 2024
1 parent 4213d3a commit 09fb570
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubeai/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.0
version: 0.7.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 4 additions & 0 deletions charts/kubeai/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ spec:
targetPort: http
protocol: TCP
name: http
- port: 8080
targetPort: 8080
protocol: TCP
name: http-metrics
selector:
{{- include "kubeai.selectorLabels" . | nindent 4 }}

0 comments on commit 09fb570

Please sign in to comment.