FEAT: add ingress-nginx defaultBackend
This commit is contained in:
parent
257953b6e4
commit
1953320691
1 changed files with 7 additions and 0 deletions
|
@ -6,7 +6,14 @@ helmapp + {
|
|||
repo:: "https://kubernetes.github.io/ingress-nginx",
|
||||
version:: "4.0.*",
|
||||
values:: |||
|
||||
defaultBackend:
|
||||
enabled: true
|
||||
image:
|
||||
registry: ghcr.io
|
||||
image: tarampampam/error-pages
|
||||
tag: 2.13.0
|
||||
controller:
|
||||
custom-http-errors: "400,401,403,404,405,407,408,409,410,411,412,413,416,418,429,500,502,503,504,505"
|
||||
image:
|
||||
pullPolicy: Always
|
||||
service:
|
||||
|
|
Loading…
Reference in a new issue