Skip to content

Commit 5a563ca

Browse files
committed
Fix
1 parent d16faf0 commit 5a563ca

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

helm/gsprestapi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: v1
22
appVersion: "latest"
33
description: "Global Streamflow Prediction REST API"
44
name: gsprestapi
5-
version: 0.2.28
5+
version: 0.2.29

helm/gsprestapi/templates/ingress.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ spec:
9191
paths:
9292
{{ range $.Values.ingress.rateLimitedPaths }}
9393
- path: {{ .path }}
94-
pathType: {{ $.Values.ingress.rateLimitedPath.pathType }}
94+
pathType: {{ $.Values.ingress.rateLimitedPathDetails.pathType }}
9595
backend:
9696
service:
9797
name: {{ $fullName }}
9898
port:
99-
name: {{ $.Values.ingress.rateLimitedPath.portName }}
99+
name: {{ $.Values.ingress.rateLimitedPathDetails.portName }}
100100
{{ end }}
101101
{{ end }}
102102
{{ end }}

helm/gsprestapi/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ ingress:
5454
- path: /api/v2/annualaverages
5555
- path: /api/v2/returnperiods
5656

57-
rateLimitedPath:
58-
path: /api
57+
rateLimitedPathDetails:
5958
pathType: Prefix
6059
portName: http
6160

0 commit comments

Comments
 (0)