Skip to content

feat(k8s): implement container orchestration and scaling for profile …#683

Merged
RUKAYAT-CODER merged 5 commits into
rinafcode:mainfrom
shogun444:feat/421-profile-container-orchestration
Jun 25, 2026
Merged

feat(k8s): implement container orchestration and scaling for profile …#683
RUKAYAT-CODER merged 5 commits into
rinafcode:mainfrom
shogun444:feat/421-profile-container-orchestration

Conversation

@shogun444

@shogun444 shogun444 commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR adds Kubernetes container orchestration support for the Profile Page by following the existing infrastructure conventions used throughout the repository.

Changes

  • Added k8s/profile-deployment.yaml following the existing deployment configuration pattern.
  • Added k8s/profile-hpa.yaml to enable horizontal autoscaling using the established HPA configuration.
  • Added k8s/profile-deployment.test.ts to validate the deployment and HPA manifests using the existing Vitest-based testing approach.

Verification

  • Ran Kubernetes manifest tests with npx vitest run k8s.
  • All manifest tests passed (10/10), including the new Profile deployment tests.
  • Implementation follows the existing user-preferences orchestration pattern without modifying frontend functionality.

#Closes #421

@drips-wave

drips-wave Bot commented Jun 25, 2026

Copy link
Copy Markdown

@shogun444 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Thanks for your contribution. Kindly pull from the main before pushing to fix work flow

@shogun444

Copy link
Copy Markdown
Contributor Author

@RUKAYAT-CODER kindly merge fixed CI.

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Thank you for contributing to the project

@RUKAYAT-CODER
RUKAYAT-CODER merged commit 940e648 into rinafcode:main Jun 25, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feature Profile Page : Container Orchestration

2 participants