File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ 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 : 1.5.2
18+ version : 1.6.0
1919
2020maintainers :
2121 - name : Dominic DePasquale
Original file line number Diff line number Diff line change @@ -136,7 +136,23 @@ autoscaling:
136136
137137serviceProfile :
138138 create : false
139- routes : {}
139+ routes :
140+ - condition :
141+ method : GET
142+ name : Catch-all GET
143+ timeout : 60s
144+ - condition :
145+ method : POST
146+ name : Catch-all POST
147+ timeout : 60s
148+ - condition :
149+ method : PUT
150+ name : Catch-all PUT
151+ timeout : 60s
152+ - condition :
153+ method : DELETE
154+ name : Catch-all DELETE
155+ timeout : 60s
140156 # RetryBudget describes the maximum number of retries that should be issued
141157 # to this service.
142158 retryBudget :
You can’t perform that action at this time.
0 commit comments