2022-01-12 14:30:37 +00:00
|
|
|
controller:
|
|
|
|
custom-http-errors: "404,503"
|
|
|
|
defaultBackend:
|
|
|
|
enabled: true
|
|
|
|
image:
|
|
|
|
registry: k8s.gcr.io
|
|
|
|
image: ingress-nginx/nginx-errors
|
|
|
|
tag: "0.48.1"
|
|
|
|
extraVolumes:
|
2022-03-09 14:56:13 +00:00
|
|
|
- name: custom-error-pages
|
2022-01-12 14:30:37 +00:00
|
|
|
configMap:
|
2022-03-09 14:56:13 +00:00
|
|
|
name: custom-error-pages
|
2022-01-12 14:30:37 +00:00
|
|
|
items:
|
|
|
|
- key: "404"
|
|
|
|
path: "404.html"
|
|
|
|
- key: "503"
|
|
|
|
path: "503.html"
|
|
|
|
extraVolumeMounts:
|
2022-03-09 14:56:13 +00:00
|
|
|
- name: custom-error-pages
|
2022-01-12 14:30:37 +00:00
|
|
|
mountPath: /www
|