ingress-nginx-helm/docs/examples/customization/custom-errors/custom-default-backend.helm.values.yaml
2022-06-10 04:01:52 -07:00

20 lines
433 B
YAML

controller:
custom-http-errors: "404,503"
defaultBackend:
enabled: true
image:
registry: registry.k8s.io
image: ingress-nginx/nginx-errors
tag: "0.48.1"
extraVolumes:
- name: custom-error-pages
configMap:
name: custom-error-pages
items:
- key: "404"
path: "404.html"
- key: "503"
path: "503.html"
extraVolumeMounts:
- name: custom-error-pages
mountPath: /www