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.
2 parents 70b123c + e4a4e55 commit 222251bCopy full SHA for 222251b
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