Fix example Helm chart values to enable custom http errors (#8558)
This commit is contained in:
parent
8f6c2e6b2e
commit
97c45faede
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
controller:
|
controller:
|
||||||
|
config:
|
||||||
custom-http-errors: "404,503"
|
custom-http-errors: "404,503"
|
||||||
defaultBackend:
|
defaultBackend:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue