fix: health default value
This commit is contained in:
parent
e147b8d3c8
commit
44ea0850ff
@ -85,6 +85,7 @@ func NewApplication(ctx *pulumi.Context, publicConfiguration *Configuration) (*A
|
||||
localImagesConfiguration := ImagesConfiguration{
|
||||
Image: publicImageConfiguration.Image,
|
||||
Path: publicImageConfiguration.Path,
|
||||
Health: publicImageConfiguration.Health,
|
||||
}
|
||||
if publicImageConfiguration.Path == "" {
|
||||
localImagesConfiguration.Path = "/"
|
||||
|
Loading…
Reference in New Issue
Block a user