Skip to content

Commit

Permalink
Deprecate httpProtocol: "Disabled" in config-network (#528)
Browse files Browse the repository at this point in the history
Part of #417
  • Loading branch information
nak3 authored Oct 15, 2021
1 parent c2191da commit 0c6b765
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/config-network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
labels:
serving.knative.dev/release: devel
annotations:
knative.dev/example-checksum: "6cf00726"
knative.dev/example-checksum: "ea755eea"
data:
_example: |
################################
Expand Down Expand Up @@ -100,9 +100,10 @@ data:
# Controls the behavior of the HTTP endpoint for the Knative ingress.
# It requires autoTLS to be enabled.
# 1. Enabled: The Knative ingress will be able to serve HTTP connection.
# 2. Disabled: The Knative ingress will reject HTTP traffic.
# 3. Redirected: The Knative ingress will send a 301 redirect for all
# 2. Redirected: The Knative ingress will send a 301 redirect for all
# http connections, asking the clients to use HTTPS.
#
# "Disabled" option is deprecated.
http-protocol: "Enabled"
# rollout-duration contains the minimal duration in seconds over which the
Expand Down

0 comments on commit 0c6b765

Please sign in to comment.