Shabirmean / cymbalbank-app-config

Intro to KRM Demo: CymbalBank - Application Manifests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kustomize - Cymbal Bank

This directory contains base and overlay manifests for the CymbalBank app. These manifests are intended for use with kustomize.

base/

The /base directory contains the base manifests for CymbalBank, including ConfigMaps, Secrets, Deployments, Jobs, and Services.

/overlays/

The overlays/ directory contains two deployment overlays (options) for CymbalBank, dev/ and prod/. These overlays both use the base manifests but add special configuration for the following Deployment fields:

πŸ”Ž Tracing πŸ“Š Metrics πŸ“ Log Level 🏦 Frontend Replicas
πŸ’» Dev off off debug 1
πŸš€ Prod on on info 3

Note that the staging pipeline for the intro-to-krm demo uses the prod overlay.

About

Intro to KRM Demo: CymbalBank - Application Manifests