Skip to content

Commit

Permalink
fix (chart): Wong value for Service port protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
achetronic committed Sep 27, 2024
1 parent a731a2f commit 46adced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/hashrouter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application
description: >-
A Helm chart for hashrouter, a A zero-dependencies HTTP proxy
that truly routes requests hash-consistently
version: &chartVersionSpec 0.10.3 # chart version
version: &chartVersionSpec 0.10.4 # chart version
appVersion: *chartVersionSpec # application version
kubeVersion: ">=1.22.0-0" # kubernetes version
home: https://github.com/achetronic/hashrouter
Expand Down
2 changes: 1 addition & 1 deletion charts/hashrouter/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- name: http-metrics
port: 2112
targetPort: 2112
protocol: http
protocol: TCP
{{- end }}

selector:
Expand Down

0 comments on commit 46adced

Please sign in to comment.