mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
22 lines
496 B
Plaintext
22 lines
496 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * serverless/knative-serving/external-ingress-routing/https-redirect-global.adoc
|
|
|
|
:_content-type: REFERENCE
|
|
[id="serverless-https-redirect-global_{context}"]
|
|
= HTTPS redirection global settings
|
|
|
|
.Example `KnativeServing` CR that enables HTTPS redirection
|
|
[source,yaml]
|
|
----
|
|
apiVersion: operator.knative.dev/v1alpha1
|
|
kind: KnativeServing
|
|
metadata:
|
|
name: knative-serving
|
|
spec:
|
|
config:
|
|
network:
|
|
httpProtocol: "redirected"
|
|
...
|
|
----
|