Platform restructured into crates/, added AI service and detector,
migrated control-center-ui to Leptos 0.8
19 lines
692 B
Markdown
19 lines
692 B
Markdown
# Infrastructure
|
|
|
|
Deployment and operational configuration for the Provisioning Platform.
|
|
|
|
## Structure
|
|
|
|
- **kubernetes/** - Kubernetes manifests and configurations
|
|
- **docker/** - Docker Compose and Dockerfile definitions
|
|
- **nginx/** - Nginx reverse proxy and load balancer configs
|
|
- **systemd/** - Systemd service definitions
|
|
- **monitoring/** - Monitoring stack (Prometheus, Grafana, etc.)
|
|
- **oci-registry/** - OCI Container Registry configuration
|
|
- **api-gateway/** - API Gateway service definitions
|
|
- **integrations/** - Third-party service integrations
|
|
|
|
## Quick Start
|
|
|
|
Each subdirectory contains its own documentation. Review the specific service README for deployment instructions.
|