diff --git a/documentation/annotations.md b/documentation/annotations.md index b004b5fc..f0527fb4 100644 --- a/documentation/annotations.md +++ b/documentation/annotations.md @@ -1853,6 +1853,7 @@ timeout-queue: 5s ##### `timeout-server` Sets the maximum inactivity time on the server side. + configmap available since version 1.4 Available on: `configmap` `ingress` `service` diff --git a/documentation/doc.yaml b/documentation/doc.yaml index d2c8cd43..42347762 100644 --- a/documentation/doc.yaml +++ b/documentation/doc.yaml @@ -1831,6 +1831,7 @@ annotations: default: 50s description: - Sets the maximum inactivity time on the server side. + - configmap available since version 1.4 tip: [] values: - An integer with a unit of time (1 second = 1s, 1 minute = 1m, 1h = 1 hour); Defaults @@ -1839,7 +1840,7 @@ annotations: - configmap - ingress - service - version_min: "1.4" + version_min: "1.11" example: ["timeout-server: 5s"] - title: timeout-server-fin type: "[time](#time)"