[Enhancement] Consolidate Kubernetes manifests into single file per service#35
Merged
Manoj-14 merged 5 commits intoManoj-14:stagefrom Jan 3, 2026
Merged
Conversation
- workflows are added - minikube tunnling are added - metric-server is added - some devops optimisation
…er service - Merged ConfigMap, Service, and Deployment resources into single YAML files - Created consolidated manifests for all 7 services using --- separators - Removed 20 fragmented manifest files - Kept secret example files separate (security best practice) - No CI/CD changes required - kubectl apply -f . still works - Reduced file count by 43% (28 -> 16 files)
- Auto comment for PR's
Contributor
Author
|
Hello @Manoj-14 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #28 - Consolidate Kubernetes manifests
Changes
---)Files Created
auth-service.yamllogin-service.yamllogin-mysql.yamlmetadata-service.yamlnotification-service.yamlnotification-mysql.yamlfrontend-service.yamlFiles Removed
All old
.configmap.yaml,.deployment.yaml, and.service.yamlfiles (20 files total)Testing
Screenshot
Impact