Potential issues from exposed port mappings
This commit is contained in:
@@ -876,10 +876,10 @@ func deployApp(cli *dockerclient.Client, image string, identifier string, env []
|
|||||||
} else {
|
} else {
|
||||||
// ** STARTREMOVE ***/
|
// ** STARTREMOVE ***/
|
||||||
exposedPort = 80
|
exposedPort = 80
|
||||||
deployport, err := strconv.Atoi(os.Getenv("SHUFFLE_APP_EXPOSED_PORT"))
|
//deployport, err := strconv.Atoi(os.Getenv("SHUFFLE_APP_EXPOSED_PORT"))
|
||||||
if err == nil {
|
//if err == nil {
|
||||||
exposedPort = deployport
|
// exposedPort = deployport
|
||||||
}
|
//}
|
||||||
|
|
||||||
err = findAppInfoKubernetes(image, appName, env)
|
err = findAppInfoKubernetes(image, appName, env)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user