Skip to content

Commit

Permalink
fix port in svc
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Apr 11, 2024
1 parent 11d7742 commit 26db7b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/github-runner-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: github-runner-manager
description: Managed self-hosted runners for GitHub
type: application

version: 0.0.8
version: 0.0.9

# App metadata
appVersion: "v0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion charts/github-runner-manager/templates/svc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
app: {{ .Release.Name }}-github-autoscaler
ports:
- name: http
port: 5178
port: 8080
- name: metrics
port: 9000

0 comments on commit 26db7b5

Please sign in to comment.