We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20141a1 commit e4a4e55Copy full SHA for e4a4e55
modules/nw-http2-haproxy.adoc
@@ -46,9 +46,10 @@ $ oc annotate ingresses.config/cluster ingress.operator.openshift.io/default-ena
46
You can alternatively apply the following YAML to add the annotation:
47
[source,yaml]
48
----
49
-apiVersion: operator.openshift.io/v1
50
-kind: IngressController
+apiVersion: config.openshift.io/v1
+kind: Ingress
51
metadata:
52
+ name: cluster
53
annotations:
54
ingress.operator.openshift.io/default-enable-http2: "true"
55
0 commit comments