Closed regisb closed 1 year ago
We should use the default cluster value for imagePullPolicy. This makes it easier to run the MFE with Minikube: https://minikube.sigs.k8s.io/docs/handbook/pushing/
Tip 1: Remember to turn off the imagePullPolicy:Always (use imagePullPolicy:IfNotPresent or imagePullPolicy:Never) in your yaml file. Otherwise Kubernetes won’t use your locally build image and it will pull from the network.
We should use the default cluster value for imagePullPolicy. This makes it easier to run the MFE with Minikube: https://minikube.sigs.k8s.io/docs/handbook/pushing/