# Container Mom Kubernetes Configuration This directory contains the Kubernetes configuration for Container Mom services using Kustomize. ## Services The application consists of three main services: - **portal-backend**: Main application API handling billing and core functionality - **operator**: Kubernetes operator component - **portal**: Web interface/portal component ## Directory Structure ``` manifests/ ├── base/ # Base configurations │ ├── operator/ # Operator components │ ├── portal/ # Portal components │ └── portal-backend/ # Backend API components ├── overlays/ # Environment-specific overlays │ ├── development/ │ └── production/ └── README.md