File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v1
22appVersion : " latest"
33description : " Global Streamflow Prediction REST API"
44name : gsprestapi
5- version : 0.2.28
5+ version : 0.2.29
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments