set-health-check - Cloud Foundry CLI Reference Guide


이름

set-health-check - 앱의 프로세스에서 수행된 상태 검사의 유형 변경

사용법

cf set-health-check APP_NAME (process | port | http [--endpoint PATH]) [--process PROCESS] [--invocation-timeout INVOCATION_TIMEOUT]

EXAMPLES

cf set-health-check worker-app process --process worker cf set-health-check my-web-app http --endpoint /foo cf set-health-check my-web-app http --invocation-timeout 10

옵션

--endpoint

앱의 경로 (기본값: /)

--invocation-timeout

개별 상태 확인 호출을 제어하는 시간(초)

--process

업데이트할 앱 프로세스 (기본값: web)