CyCoreSystems / asterisk-k8s-demo

Demo of scalable Asterisk on Kubernetes
Apache License 2.0
158 stars 72 forks source link

wait for configuration #21

Open blaggacao opened 3 years ago

blaggacao commented 3 years ago

exit 1 breaks tools such as skaffold which interprete it as a total deployment failure. Instead wait for the config to become ready. This also reduces the "event" noise of failed restarts.


This change is Reviewable