Relative Content

Tag Archive for kubernetesspring-cloudspring-cloud-config

Spring Cloud Config Server to serve even when its git backend is down

I have a config service running on GKE using Git backend. I want to make it can serve even when Git is down. Currently it already can serve when Git is down because it checks out everything into its local filesystem and use those to serve. But if during that time the config service itself restarts, it cannot perform the initial clone.