https://github.com/samjuk/autoscaling-test-application
Web server to test scaling functionality.
https://github.com/samjuk/autoscaling-test-application
Last synced: 4 months ago
JSON representation
Web server to test scaling functionality.
- Host: GitHub
- URL: https://github.com/samjuk/autoscaling-test-application
- Owner: SamJUK
- Created: 2025-09-03T19:51:40.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-09-04T00:26:16.000Z (9 months ago)
- Last Synced: 2025-09-04T02:16:19.369Z (9 months ago)
- Language: HTML
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Autoscaling Test Application
Web server to test scaling functionality.
## Configuration
Configuration is managed via Environment Variables
ENV_NAME | DEFAULT | Purpose
--- | --- | ---
CONNECTION_COUNT | `10` | Limit for HTTP requests
REQUEST_TIME | `3` | Time to sleep each request for
LISTEN_ADDRESS | `0.0.0.0` | Address to listen on
LISTEN_PORT | `80` | Port to listen on
OUTPUT_FORMAT | `html` | Output format. Options are `[text, html]`
## Example Usage
### K8s
### Docker
### Other