Fix example Helm chart values to enable custom http errors (#8558)
This commit is contained in:
parent
8f6c2e6b2e
commit
97c45faede
|
|
@ -1,5 +1,6 @@
|
|||
controller:
|
||||
custom-http-errors: "404,503"
|
||||
config:
|
||||
custom-http-errors: "404,503"
|
||||
defaultBackend:
|
||||
enabled: true
|
||||
image:
|
||||
|
|
|
|||
Loading…
Reference in New Issue