Skip to content

Commit df0b87e

Browse files
authored
[sophora-importer] Use right yaml path for service port of httproute (#254)
1 parent 1c364b1 commit df0b87e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/sophora-importer/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.4.0
18+
version: 2.4.1
1919
annotations:
2020
artifacthub.io/changes: |
21-
- kind: added
22-
description: "added optional HTTPRoute for Gateway API"
21+
- kind: fix
22+
description: "fix service Port of httproute"
2323
2424
# This is the version number of the application being deployed. This version number should be
2525
# incremented each time you make changes to the application. Versions are not expected to

charts/sophora-importer/templates/httproute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{{- if .Values.httpRoute.enabled -}}
22
{{- $fullName := include "sophora-importer.fullname" . -}}
3-
{{- $svcPort := .Values.service.port -}}
3+
{{- $svcPort := .Values.service.httpPort -}}
44
apiVersion: gateway.networking.k8s.io/v1
55
kind: HTTPRoute
66
metadata:

0 commit comments

Comments
 (0)