Skip to content

Commit

Permalink
Merge pull request #279 from Kuadrant/default-duration
Browse files Browse the repository at this point in the history
add default duration of 5m
  • Loading branch information
maleck13 authored Oct 24, 2024
2 parents 49adc7a + 8770778 commit 15a2833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/dnsrecord_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ type HealthCheckSpec struct {
// +kubebuilder:validation:XValidation:rule="self in ['HTTP','HTTPS']",message="Only HTTP or HTTPS protocols are allowed"
Protocol Protocol `json:"protocol,omitempty"`
// Interval defines how frequently this probe should execute
// +default:5m
Interval metav1.Duration `json:"interval,omitempty"`
// AdditionalHeadersRef refers to a secret that contains extra headers to send in the probe request, this is primarily useful if an authentication
// token is required by the endpoint.
Expand Down

0 comments on commit 15a2833

Please sign in to comment.