You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd k8s applied all the files without ingress, i missed ingress due to verify the all the services locally using nondepot before going to create ingress.
cd department-service, mvn build, docker build, pushed image into private repo, updated image name in deployment file applied all the files pod is up and running.
cd employee-service,docker build, pushed image into private repo, updated image name in deployment file applied all the files pod is up and running.
cd gateway-service, docker build, pushed image into private repo, updated image name in deployment file applied all the files pod is up and running.
cd organization-service, docker build, pushed image into private repo, updated image name in deployment file applied all the files pod is up and running.
cd admin-services, applied all the files but image being using piomin/admin:c45cd99-dirty.
Question - i think no need to perform the maven build here since I'm using loaded image which is coming from (piomin/admin:c45cd99-dirty)
I'm planning to integrate CI pipeline for all the above action which i performed manually, can you please provide the steps what are the module i need build using CI pipeline ? Do i need perform maven build from the main root directory using CI pipeline ?
Thanks for the wonderful microservices code, I'm just opening this issue about installation steps which i followed inside my EKS cluster.
Question - i think no need to perform the maven build here since I'm using loaded image which is coming from (piomin/admin:c45cd99-dirty)
I'm planning to integrate CI pipeline for all the above action which i performed manually, can you please provide the steps what are the module i need build using CI pipeline ? Do i need perform maven build from the main root directory using CI pipeline ?
The text was updated successfully, but these errors were encountered: