Reverse proxy for the EPIC platform. Routes traffic between eagle-public, eagle-admin, eagle-api, and penguin-analytics services.
See the Reverse Proxy Configuration wiki page for:
- Routing configuration
- Environment variables
- Deployment procedures
- Troubleshooting
| Setting | Value |
|---|---|
| Base Image | nginx:1.27-alpine |
| Port | 8080 |
| Branch | master |
| Environment | URL |
|---|---|
| Dev | https://eagle-dev.apps.silver.devops.gov.bc.ca |
| Test | https://eagle-test.apps.silver.devops.gov.bc.ca |
| Prod | https://projects.eao.gov.bc.ca |
# Dev (auto on push to master)
gh workflow run deploy-to-dev.yaml
# Test/Prod (manual with version)
gh workflow run deploy-to-test.yaml -f version=v1.0.0
gh workflow run deploy-to-prod.yaml -f version=v1.0.0See LICENSE