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
I was able to deploy the business central image to a k8s deployment on EKS. In addition to this I customize the image so that it would install a post-commit hook. However, when the pod fails and restart or if I start a new pod the previous projects are not loaded in the pod. I have to manually import those projects again. Is there a way to load the projects from the remote git on startup? Or, how can I achieve this type of availability in a k8s environment?
The text was updated successfully, but these errors were encountered:
Deploy as statefulset with persistent volume and mount the local git repository to that volume.
If there are multiple pods which share this local git EFS can also be looked on.
@dondragon2 I need do a very similar piece of modifying the image to install post-commit hook. It would be great help if you can share how you were able to customize it ?
I was able to deploy the business central image to a k8s deployment on EKS. In addition to this I customize the image so that it would install a post-commit hook. However, when the pod fails and restart or if I start a new pod the previous projects are not loaded in the pod. I have to manually import those projects again. Is there a way to load the projects from the remote git on startup? Or, how can I achieve this type of availability in a k8s environment?
The text was updated successfully, but these errors were encountered: