cf-puppeteer
cf-puppeteer copied to clipboard
CF-Puppeteer is a zero-downtime deployment plugin bases on autopilot
I've encountered an issue while trying various route paths (paths that used to work with the old contraband autopilot) Here's my example: `cf zero-downtime-push armada-liquid -f pcf2/manifest.yaml --legacy-push --vars-file pcf2/vars-uat.yaml...
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`](https://cli.cloudfoundry.org/en-US/cf/add-network-policy.html) to an internal route...
Right now its not possible to use multi manifest files correct. All application information will be used from the first application cf-puppeteer can find in the manifest file. The plugin...
@HappyTobi Thanks for help with --legacy-push. We are using that and it looks good so far! I wanted to upgrade my manifest since the old syntax is deprecated. This is...