2022-05-02
Release Notes / Changelog
Summary
DSS
Health Checks
liveness_probe {
http_get {
path = "/opencds-decision-support-service/_k8s-health-check"
port = 8080
}
initial_delay_seconds = 90
period_seconds = 30
timeout_seconds = 5
failure_threshold = 3
success_threshold = 1
}
readiness_probe {
http_get {
path = "/opencds-decision-support-service/_k8s-health-check"
port = 8080
}
initial_delay_seconds = 90
period_seconds = 30
timeout_seconds = 5
failure_threshold = 3
success_threshold = 1
}Bill of Materials
Last updated