Add support for more readiness args
This commit is contained in:
james song
2021-05-19 23:52:33 +08:00
committed by GitHub
parent 771ecbf471
commit 0b331d9e5d
6 changed files with 112 additions and 4 deletions
+2
View File
@@ -164,6 +164,8 @@ type HealthCheck struct {
Retries int32
StartPeriod int32
Disable bool
HTTPPath string
HTTPPort int32
}
// EnvVar holds the environment variable struct of a container