init: 폴더구조 설계 및 인프라 설계
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Environment Overlays
|
||||
|
||||
Overlays contain environment-specific differences.
|
||||
|
||||
Required shape:
|
||||
|
||||
```text
|
||||
overlays/<env>/
|
||||
├── kustomization.yaml
|
||||
├── app/
|
||||
├── managing/
|
||||
└── plugins/
|
||||
```
|
||||
|
||||
Rules:
|
||||
- Overlay packages reuse base packages.
|
||||
- Overlay packages contain patches, generated config, or environment-specific resources only.
|
||||
- Do not duplicate base package composition in overlays.
|
||||
- A workload override belongs at `overlays/<env>/app/units/<unit>/<domain>/<workload-kind>/<workload>/`.
|
||||
Reference in New Issue
Block a user