Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 555 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 555 Bytes

My Flux APP Infra

Here we store the deployment configurations for a test application.

deploy/
├── base/
│   └── app/
│       ├── kustomization.yml
│       └── server.yml
└── overlays/
    ├── dev/
    │   ├── kustomization.yaml
    │   └── namespace.yml
    └── prd/
        ├── kustomization.yaml
        └── namespace.yml
  • base/stores the common manifests for the application.
  • overlay/ stores the configurations for each environment, dev and prd.