feat: add Helm chart for auth-service with production-ready configura…#11
Merged
setavitiki merged 1 commit intodevelopfrom Sep 7, 2025
Merged
feat: add Helm chart for auth-service with production-ready configura…#11setavitiki merged 1 commit intodevelopfrom
setavitiki merged 1 commit intodevelopfrom
Conversation
setavitiki
added a commit
that referenced
this pull request
Sep 7, 2025
* feat: implement auth service with JWT authentication * feat: implement product service * feat: implemet order service with mock db * feat: implement payment service * feat: implement notification service * feat: implement deployment and service * fix: updated index.js file (#9) * ci: add microservices CI/CD pipeline - Automatically builds and tests changed services - Deploys to Kubernetes cluster - Uses path filtering for efficiency * test: verify CI/CD pipeline triggers correctly * fix: update test scripts to not fail pipeline - Changed exit 1 to exit 0 in all package.json files - Allows pipeline to continue while we develop proper tests * fix: Added proper permissions blocks to all workflow jobs * test: verify CI/CD pipeline triggers correctly * ci: add new pipeline for production deploy * ci: added remaining microservices * test: trigger order-service pipeline * test: trigger payment-service pipeline * test: trigger notification-service pipeline * feat: add Helm chart for auth-service with production-ready configuration (#11)
setavitiki
added a commit
that referenced
this pull request
Sep 7, 2025
* feat: implement auth service with JWT authentication * feat: implement product service * feat: implemet order service with mock db * feat: implement payment service * feat: implement notification service * feat: implement deployment and service * fix: updated index.js file (#9) * ci: add microservices CI/CD pipeline - Automatically builds and tests changed services - Deploys to Kubernetes cluster - Uses path filtering for efficiency * test: verify CI/CD pipeline triggers correctly * fix: update test scripts to not fail pipeline - Changed exit 1 to exit 0 in all package.json files - Allows pipeline to continue while we develop proper tests * fix: Added proper permissions blocks to all workflow jobs * test: verify CI/CD pipeline triggers correctly * ci: add new pipeline for production deploy * ci: added remaining microservices * test: trigger order-service pipeline * test: trigger payment-service pipeline * test: trigger notification-service pipeline * feat: add Helm chart for auth-service with production-ready configuration (#11) * fix: replaced npm ci with npm install in workflows * fix: updated package.json for all services
setavitiki
added a commit
that referenced
this pull request
Sep 7, 2025
* feat: implement auth service with JWT authentication * feat: implement product service * feat: implemet order service with mock db * feat: implement payment service * feat: implement notification service * feat: implement deployment and service * fix: updated index.js file (#9) * ci: add microservices CI/CD pipeline - Automatically builds and tests changed services - Deploys to Kubernetes cluster - Uses path filtering for efficiency * test: verify CI/CD pipeline triggers correctly * fix: update test scripts to not fail pipeline - Changed exit 1 to exit 0 in all package.json files - Allows pipeline to continue while we develop proper tests * fix: Added proper permissions blocks to all workflow jobs * test: verify CI/CD pipeline triggers correctly * ci: add new pipeline for production deploy * ci: added remaining microservices * test: trigger order-service pipeline * test: trigger payment-service pipeline * test: trigger notification-service pipeline * feat: add Helm chart for auth-service with production-ready configuration (#11) * fix: replaced npm ci with npm install in workflows * fix: updated package.json for all services * fix: updated production and microservice pipeline with kubeconifg * fix: AWS EKS integration * resolve: merge EKS integration with all microservices - Combined AWS EKS credentials setup from develop - Integrated all 5 microservices build jobs from main - Standardized ECR login and deployment across all services - Maintained consistent Node.js and npm setup * fix: declared environment in workflow * fix: added id token * fix: remove environment scope to access repository secrets * fix: downgraded to v2 * test: debug secrets * fix: removed debug * fix: upgraded to v4
setavitiki
added a commit
that referenced
this pull request
Sep 7, 2025
* feat: implement auth service with JWT authentication * feat: implement product service * feat: implemet order service with mock db * feat: implement payment service * feat: implement notification service * feat: implement deployment and service * fix: updated index.js file (#9) * ci: add microservices CI/CD pipeline - Automatically builds and tests changed services - Deploys to Kubernetes cluster - Uses path filtering for efficiency * test: verify CI/CD pipeline triggers correctly * fix: update test scripts to not fail pipeline - Changed exit 1 to exit 0 in all package.json files - Allows pipeline to continue while we develop proper tests * fix: Added proper permissions blocks to all workflow jobs * test: verify CI/CD pipeline triggers correctly * ci: add new pipeline for production deploy * ci: added remaining microservices * test: trigger order-service pipeline * test: trigger payment-service pipeline * test: trigger notification-service pipeline * feat: add Helm chart for auth-service with production-ready configuration (#11) * fix: replaced npm ci with npm install in workflows * fix: updated package.json for all services * fix: updated production and microservice pipeline with kubeconifg * fix: AWS EKS integration * resolve: merge EKS integration with all microservices - Combined AWS EKS credentials setup from develop - Integrated all 5 microservices build jobs from main - Standardized ECR login and deployment across all services - Maintained consistent Node.js and npm setup * fix: declared environment in workflow * fix: added id token * fix: remove environment scope to access repository secrets * fix: downgraded to v2 * test: debug secrets * fix: removed debug * fix: upgraded to v4 * fix: update image references and pull policy for EKS deployment - Change imagePullPolicy from Never to IfNotPresent - Use correct port 4000 for all services - Add resource requests and limits - Fix health check endpoints
setavitiki
added a commit
that referenced
this pull request
Sep 7, 2025
* feat: implement auth service with JWT authentication * feat: implement product service * feat: implemet order service with mock db * feat: implement payment service * feat: implement notification service * feat: implement deployment and service * fix: updated index.js file (#9) * ci: add microservices CI/CD pipeline - Automatically builds and tests changed services - Deploys to Kubernetes cluster - Uses path filtering for efficiency * test: verify CI/CD pipeline triggers correctly * fix: update test scripts to not fail pipeline - Changed exit 1 to exit 0 in all package.json files - Allows pipeline to continue while we develop proper tests * fix: Added proper permissions blocks to all workflow jobs * test: verify CI/CD pipeline triggers correctly * ci: add new pipeline for production deploy * ci: added remaining microservices * test: trigger order-service pipeline * test: trigger payment-service pipeline * test: trigger notification-service pipeline * feat: add Helm chart for auth-service with production-ready configuration (#11) * fix: replaced npm ci with npm install in workflows * fix: updated package.json for all services * fix: updated production and microservice pipeline with kubeconifg * fix: AWS EKS integration * resolve: merge EKS integration with all microservices - Combined AWS EKS credentials setup from develop - Integrated all 5 microservices build jobs from main - Standardized ECR login and deployment across all services - Maintained consistent Node.js and npm setup * fix: declared environment in workflow * fix: added id token * fix: remove environment scope to access repository secrets * fix: downgraded to v2 * test: debug secrets * fix: removed debug * fix: upgraded to v4 * fix: update image references and pull policy for EKS deployment - Change imagePullPolicy from Never to IfNotPresent - Use correct port 4000 for all services - Add resource requests and limits - Fix health check endpoints * fix: added yaml files
setavitiki
added a commit
that referenced
this pull request
Sep 8, 2025
* feat: implement auth service with JWT authentication * feat: implement product service * feat: implemet order service with mock db * feat: implement payment service * feat: implement notification service * feat: implement deployment and service * fix: updated index.js file (#9) * ci: add microservices CI/CD pipeline - Automatically builds and tests changed services - Deploys to Kubernetes cluster - Uses path filtering for efficiency * test: verify CI/CD pipeline triggers correctly * fix: update test scripts to not fail pipeline - Changed exit 1 to exit 0 in all package.json files - Allows pipeline to continue while we develop proper tests * fix: Added proper permissions blocks to all workflow jobs * test: verify CI/CD pipeline triggers correctly * ci: add new pipeline for production deploy * ci: added remaining microservices * test: trigger order-service pipeline * test: trigger payment-service pipeline * test: trigger notification-service pipeline * feat: add Helm chart for auth-service with production-ready configuration (#11) * fix: replaced npm ci with npm install in workflows * fix: updated package.json for all services * fix: updated production and microservice pipeline with kubeconifg * fix: AWS EKS integration * resolve: merge EKS integration with all microservices - Combined AWS EKS credentials setup from develop - Integrated all 5 microservices build jobs from main - Standardized ECR login and deployment across all services - Maintained consistent Node.js and npm setup * fix: declared environment in workflow * fix: added id token * fix: remove environment scope to access repository secrets * fix: downgraded to v2 * test: debug secrets * fix: removed debug * fix: upgraded to v4 * fix: update image references and pull policy for EKS deployment - Change imagePullPolicy from Never to IfNotPresent - Use correct port 4000 for all services - Add resource requests and limits - Fix health check endpoints * fix: added yaml files * updated k8s files
setavitiki
added a commit
that referenced
this pull request
Sep 8, 2025
* feat: implement auth service with JWT authentication * feat: implement product service * feat: implemet order service with mock db * feat: implement payment service * feat: implement notification service * feat: implement deployment and service * fix: updated index.js file (#9) * ci: add microservices CI/CD pipeline - Automatically builds and tests changed services - Deploys to Kubernetes cluster - Uses path filtering for efficiency * test: verify CI/CD pipeline triggers correctly * fix: update test scripts to not fail pipeline - Changed exit 1 to exit 0 in all package.json files - Allows pipeline to continue while we develop proper tests * fix: Added proper permissions blocks to all workflow jobs * test: verify CI/CD pipeline triggers correctly * ci: add new pipeline for production deploy * ci: added remaining microservices * test: trigger order-service pipeline * test: trigger payment-service pipeline * test: trigger notification-service pipeline * feat: add Helm chart for auth-service with production-ready configuration (#11) * fix: replaced npm ci with npm install in workflows * fix: updated package.json for all services * fix: updated production and microservice pipeline with kubeconifg * fix: AWS EKS integration * resolve: merge EKS integration with all microservices - Combined AWS EKS credentials setup from develop - Integrated all 5 microservices build jobs from main - Standardized ECR login and deployment across all services - Maintained consistent Node.js and npm setup * fix: declared environment in workflow * fix: added id token * fix: remove environment scope to access repository secrets * fix: downgraded to v2 * test: debug secrets * fix: removed debug * fix: upgraded to v4 * fix: update image references and pull policy for EKS deployment - Change imagePullPolicy from Never to IfNotPresent - Use correct port 4000 for all services - Add resource requests and limits - Fix health check endpoints * fix: added yaml files * updated k8s files * chore: add Istio YAML manifests * docs(readme): add project documentation
setavitiki
added a commit
that referenced
this pull request
Sep 13, 2025
* feat: implement auth service with JWT authentication * feat: implement product service * feat: implemet order service with mock db * feat: implement payment service * feat: implement notification service * feat: implement deployment and service * fix: updated index.js file (#9) * ci: add microservices CI/CD pipeline - Automatically builds and tests changed services - Deploys to Kubernetes cluster - Uses path filtering for efficiency * test: verify CI/CD pipeline triggers correctly * fix: update test scripts to not fail pipeline - Changed exit 1 to exit 0 in all package.json files - Allows pipeline to continue while we develop proper tests * fix: Added proper permissions blocks to all workflow jobs * test: verify CI/CD pipeline triggers correctly * ci: add new pipeline for production deploy * ci: added remaining microservices * test: trigger order-service pipeline * test: trigger payment-service pipeline * test: trigger notification-service pipeline * feat: add Helm chart for auth-service with production-ready configuration (#11) * fix: replaced npm ci with npm install in workflows * fix: updated package.json for all services * fix: updated production and microservice pipeline with kubeconifg * fix: AWS EKS integration * resolve: merge EKS integration with all microservices - Combined AWS EKS credentials setup from develop - Integrated all 5 microservices build jobs from main - Standardized ECR login and deployment across all services - Maintained consistent Node.js and npm setup * fix: declared environment in workflow * fix: added id token * fix: remove environment scope to access repository secrets * fix: downgraded to v2 * test: debug secrets * fix: removed debug * fix: upgraded to v4 * fix: update image references and pull policy for EKS deployment - Change imagePullPolicy from Never to IfNotPresent - Use correct port 4000 for all services - Add resource requests and limits - Fix health check endpoints * fix: added yaml files * updated k8s files * chore: add Istio YAML manifests * docs(readme): add project documentation * fix: remove final old project reference
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.
…tion