Fixed IP Address for Cloud Foundry Apps

2019-08-06 22:18发布

I have a PHP Cloud Foundry Apps installed.

But when I deploy new code (with cf push ), the app gets a new public IP address.

Is it possible to get a fixed public IP address, so that after a new deployment the IP address doesn't change?

2条回答
干净又极端
2楼-- · 2019-08-06 22:55

Cloud Foundry application cannot specify a fixed IP address for the application.

查看更多
Evening l夕情丶
3楼-- · 2019-08-06 22:55

Cloud Foundry provides a route to the application via either the manifest.yml file ('host' or 'hosts' attribute) or the '-n' option to the cf push command.

Why do you need a fixed IP address?

查看更多
登录 后发表回答