2022-01-12 14:30:37 +00:00
|
|
|
controller:
|
2022-07-11 01:59:47 +00:00
|
|
|
config:
|
|
|
|
custom-http-errors: "404,503"
|
2022-01-12 14:30:37 +00:00
|
|
|
defaultBackend:
|
|
|
|
enabled: true
|
|
|
|
image:
|
2022-06-10 11:01:52 +00:00
|
|
|
registry: registry.k8s.io
|
2024-08-14 17:55:17 +00:00
|
|
|
image: ingress-nginx/custom-error-pages
|
2024-10-06 00:12:04 +00:00
|
|
|
tag: v1.0.2@sha256:b2259cf6bfda813548a64bded551b1854cb600c4f095738b49b4c5cdf8ab9d21
|
2022-01-12 14:30:37 +00:00
|
|
|
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
|