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
Because the image we are using is local, we need to change the https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy[`imagePullPolicy`] for the container in our deployment.
@@ -461,4 +461,4 @@ Getting a Spring Boot application running on Kubernetes requires nothing more th
461
461
of Spring Boot has always been to make building and running Java applications as easy as possible, and we try to enable
462
462
that, no matter how you choose to run your application. Building cloud-native applications with Kubernetes involves
463
463
nothing more than creating an image that uses Spring Boot’s built-in image builder and taking advantage of the capabilities
0 commit comments