Application Manifests
The gitops/apps/ directory contains Kubernetes manifests for deployments using a base and overlay pattern. This pattern allows the same application configuration (api, web) to be deployed across different environments with environment-specific customizations.
Purpose
This documentation explains the base and overlay deployment structure, how to update images, and how to add new services.
Pages
- Base Manifests - Shared deployment templates
- Dev Overlay - Environment-specific customizations for dev
- Updating Image Tags - How to deploy new application versions
- Adding Services - Creating new application deployments
See Also
- FluxCD Bootstrap - How dev cluster applies these manifests