I have deployed nginx as it's own CloudFoundry app to front another web app (as a reverse proxy). I am connecting nginx via the "internal" network-policy to an internal route like this:
During the zero-downtime deployment of my-app it appears the network-policy is lost and I have to manually recreate it, which results in downtime during deployment.
I have deployed
nginx
as it's own CloudFoundry app to front another web app (as a reverse proxy). I am connectingnginx
via the "internal"network-policy
to an internal route like this:During the zero-downtime deployment of
my-app
it appears thenetwork-policy
is lost and I have to manually recreate it, which results in downtime during deployment.I am using
legacy-push
like this:To fix it I have to call
cf add-network-policy ...
again after every deployment.Is there any way for "cf-puppeteer" to automatically map the internal network policy?