Skip to main content

TCP

This checks whether the given address is reachable within the specified timeout period.

apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: tcp-check
spec:
schedule: "*/1 * * * *"
tcp:
- name: "flanksource website"
endpoint: www.flanksource.com:80
thresholdMillis: 1200
FieldDescriptionSchemeRequired
endpointhost:port to connect tostringYes
thresholdMillisExpected response time threshold in msint64
*All other common fieldsCommon