1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 15:46:57 +01:00
Files
openshift-docs/modules/serverless-https-redirect-global.adoc

22 lines
504 B
Plaintext
Raw Normal View History

// Module included in the following assemblies:
2021-11-18 08:57:44 -06:00
//
// * serverless/knative-serving/external-ingress-routing/https-redirect-global.adoc
2021-11-18 08:57:44 -06:00
:_mod-docs-content-type: REFERENCE
2021-11-18 08:57:44 -06:00
[id="serverless-https-redirect-global_{context}"]
= HTTPS redirection global settings
.Example `KnativeServing` CR that enables HTTPS redirection
2021-11-18 08:57:44 -06:00
[source,yaml]
----
apiVersion: operator.knative.dev/v1beta1
2021-11-18 08:57:44 -06:00
kind: KnativeServing
metadata:
name: knative-serving
spec:
config:
network:
httpProtocol: "redirected"
...
----