Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:50 +08:00
commit b5f83de0d9
10 changed files with 391 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Assets
Bundled resources for load-balancer-configurator skill
- [ ] nginx_template.conf: Template configuration file for Nginx load balancers.
- [ ] haproxy_template.conf: Template configuration file for HAProxy load balancers.
- [ ] alb_example.json: Example JSON configuration for AWS Application Load Balancers.
- [ ] nlb_example.json: Example JSON configuration for AWS Network Load Balancers.