-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Hi team,
First of all, thank you for building this great tool — it's very helpful for GitOps workflows with APISIX.
❓ Problem
Currently, adc.yaml
stores all configurations (services, routes, upstream, etc.) in a single YAML file. As the system scales with many services and teams, maintaining a monolithic file becomes hard to manage, review, and track changes.
🚀 Feature Request
Please support loading adc.yaml
configuration from multiple files, structured by service or resource type. For example:
adc/
├── services/
│ ├── mockbin.yaml (having routes and import upstream in this file)
│ └── httpbin.yaml (having routes and import upstream in this file)
├── upstream/
│ ├── jane.yaml
│ └── john.yaml
Thank you so much !!
bzp2010, juzhiyuan and 0xlilim
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request