-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create terraform to deploy documentation proxy #3216
Comments
I'm documenting a decision here for future reference. The datagov-ssb is a buildpack (not Docker) app. The Terraform creates a ZIP from the CSB source, which is available at apply time. The Unfortunately, the deploy-cf apply step that's used to deploy the CSB is used in several other places in the pipeline and cannot be modified to accept additional inputs. That means we can't provide the CSB source to deploy the docproxy or other services as buildpack apps. I considered a few solutions to this:
I think (3) would be the nicest option if I understand the behavior of |
Full details on this change: cloud-gov/product#3216 (comment)
Full motivation for the builder image here: cloud-gov/product#3216 (comment)
Full details on this change: cloud-gov/product#3216 (comment)
Related to #3111 and #3215, create terraform to deploy the documentation proxy
docproxy
.csb-docproxy
deploy-cf
csb
that forwards /docs to doc proxyThe text was updated successfully, but these errors were encountered: