struct

Meridian::Config::HealthcheckConfig

Inherits YAML::Serializable::Strict < YAML::Serializable < Struct < Value < Object

Constants

DEFAULT_PROBE_IMAGE = "docker.io/library/alpine:3.21"

Constructors

new(path : String = "/health", interval : Int32 = 2, timeout : Int32 = 5, retries : Int32 = 10, probe_image : String = DEFAULT_PROBE_IMAGE, required_successes : Int32 = 3)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

interval
Source
path
Source
probe_image
Source
required_successes
Source
retries
Source
timeout
Source