sixfeetup / scaf

scaf provides developers and DevOps engineers with a complete blueprint for a new project using Kubernetes
BSD 3-Clause "New" or "Revised" License
36 stars 7 forks source link

Fix Django deployment command to bind to 0.0.0.0 #190

Open sedatbasar opened 4 months ago

sedatbasar commented 4 months ago

Background: FE couldn’t connect to django BE because it bound to 0.0.0.1 instead of 0.0.0.0 in context of cluster since localhost means nothing there

AC: