1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00
Files
openshift-docs/modules/serverless-https-redirect-global.adoc
2023-10-30 08:58:12 -04:00

22 lines
504 B
Plaintext

// Module included in the following assemblies:
//
// * serverless/knative-serving/external-ingress-routing/https-redirect-global.adoc
:_mod-docs-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/v1beta1
kind: KnativeServing
metadata:
name: knative-serving
spec:
config:
network:
httpProtocol: "redirected"
...
----