Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.31 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.31 KB

y2_pingdom_controller

CI Go Report Card

y2_pingdom_controller is a kubernetes controller that can create HTTP checks for Pingdom.
Important: The current version supports working with HTTP check only.

Annotations

You can add these Kubernetes annotations to specific Ingress objects to customize their behavior.

Name Type Optional Example
pingdom.controller.yad2/apply "true" or "false" X "true"
pingdom.controller.yad2/resolution string X "1"
pingdom.controller.yad2/integrationids string "92247"
pingdom.controller.yad2/probe-filters string "region: EU"
pingdom.controller.yad2/port string "80"
pingdom.controller.yad2/teamids string "12345"
pingdom.controller.yad2/paused string "false"
pingdom.controller.yad2/verify-certificate "true" or "false" "true"