chore: Remove Kubernetes configuration directory from project structure

This commit is contained in:
acano 2026-03-11 17:41:31 +01:00
parent 0421a315eb
commit 9f3564ab2a
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ graph TD
│ ├── docker-compose.yaml # Local orchestration for dev environment │ ├── docker-compose.yaml # Local orchestration for dev environment
│ ├── requirements.txt # Python dependencies for Docker │ ├── requirements.txt # Python dependencies for Docker
│ └── .dockerignore # Docker ignore files │ └── .dockerignore # Docker ignore files
├── kubernetes/
│ └── kubeconfig.yaml # Kubernetes cluster configuration
├── scripts/ ├── scripts/
│ └── pipelines/ │ └── pipelines/
│ ├── flows/ # Processing pipelines │ ├── flows/ # Processing pipelines