kubernetes-yaml/learn/learn-kubernetes-master/kiamol/ch10/web-ping/values.yaml

8 lines
277 B
YAML
Raw Normal View History

# targetUrl - URL of the website to ping
targetUrl: blog.sixeyed.com
# httpMethod - HTTP method to use for pings
httpMethod: HEAD
# pingIntervalMilliseconds - interval between pings in ms
pingIntervalMilliseconds: 30000
# chapter where this exercise is used
kiamolChapter: ch10