Ingress to HTTPProxy does not work #4297
-
Hi. I needed HTTPProxy enhancements and I started translating my Ingress rules into HTTPProxy
converted to
when I do curl -i adx-eu.test.io/auction/status (Ingress)
when I do curl -i adx-eu.test.io/auction/status (HTTPProxy)
kubectl describe HTTPProxy/test-contour-test-new -n bm-eu-prod
what am i doing wrong? k8s 1.21.1;contour:1.18.2 from helm chart https://github.com/bitnami/charts/tree/master/bitnami/contour |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It looks like your conversion is valid, however the bitnami helm chart configures Contour by default with an Ingress class to ensure Contour only applies configuration for Ingress resources that apply to it. Your Ingress resource above has an Ingress class annotation and you will want to add that same class via annotation or the |
Beta Was this translation helpful? Give feedback.
It looks like your conversion is valid, however the bitnami helm chart configures Contour by default with an Ingress class to ensure Contour only applies configuration for Ingress resources that apply to it. Your Ingress resource above has an Ingress class annotation and you will want to add that same class via annotation or the
ingressClassName
spec field: https://projectcontour.io/docs/v1.18.2/config/api/#projectcontour.io/v1.HTTPProxySpec