Skip to content

Commit

Permalink
Use CP error page (#1260)
Browse files Browse the repository at this point in the history
* Use CP error page

* Also add in 503
  • Loading branch information
TawneeOwl committed Apr 30, 2024
1 parent 9c2d22b commit 494eb5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm_deploy/cla-public/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
annotations:
# Add annotation to exclude 503 error pages from the list the cloud-platform error pages
# and use our error pages for 503 errors
nginx.ingress.kubernetes.io/custom-http-errors: "413,502,504"
nginx.ingress.kubernetes.io/custom-http-errors: "403,413,502,503,504"
{{- if .Values.ingress.cluster.name }}
external-dns.alpha.kubernetes.io/set-identifier: "{{ $ingressName }}-{{ .Release.Namespace }}-{{- .Values.ingress.cluster.name -}}"
external-dns.alpha.kubernetes.io/aws-weight: "{{- .Values.ingress.cluster.weight -}}"
Expand Down

0 comments on commit 494eb5e

Please sign in to comment.