appuio/component-openshift4-ingress

Support Annotations on Ingress Controller for HTTP/2

anothertobi opened this issue · 0 comments

Context

In order to enable HTTP/2 on an Ingress Controller, an annotation has to be added to it [1]. This should be supported by the component.

[1] https://docs.openshift.com/container-platform/4.6/networking/ingress-operator.html#nw-http2-haproxy_configuring-ingress

Alternatives

Manually managing an HTTP/2 Ingress Controller or manually enabling HTTP/2 cluster-wide:

oc annotate ingresses.config/cluster ingress.operator.openshift.io/default-enable-http2=true