Skip to content

Commit a389cfe

Browse files
robinderooij-rlFelix-Stakater
authored andcommitted
Set minimum to 5
1 parent d7af042 commit a389cfe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

api/v1alpha1/endpointmonitor_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ type StatusCakeConfig struct {
239239

240240
// Timeout is used to set a user agent string.
241241
// +kubebuilder:validation:Maximum=75
242-
// +kubebuilder:validation:Minimum=1
242+
// +kubebuilder:validation:Minimum=5
243243
// +optional
244244
Timeout int `json:"timeout,omitempty"`
245245
}

config/crd/bases/endpointmonitor.stakater.com_endpointmonitors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ spec:
314314
timeout:
315315
description: Timeout is used to set a user agent string.
316316
maximum: 75
317-
minimum: 1
317+
minimum: 5
318318
type: integer
319319
triggerRate:
320320
description: Minutes to wait before sending an alert

docs/statuscake-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Currently additional Statuscake configurations can be added through these fields
2929
| Regions | Regions to execute the check from |
3030
| RawPostData | Add data to change the request to a POST |
3131
| UserAgent | Add a user agent string to the request |
32-
| Timeout | Timeout for the check in seconds (minimum of 1 and maximum of 75|
32+
| Timeout | Timeout for the check in seconds (minimum of 5 and maximum of 75|
3333

3434

3535
### Basic Auth checks

0 commit comments

Comments
 (0)