fix: allow all hosts to resolve kube-probe 400 error
Build & Push Docker Image (Backend) / build (push) Has been cancelled
Build & Push Docker Image (Backend) / build (push) Has been cancelled
This commit is contained in:
+2
-1
@@ -27,7 +27,8 @@ SECRET_KEY = os.environ.get("SECRET_KEY", "unsafe-dev-secret")
|
|||||||
# SECURITY WARNING: don't run with debug turned on in production!
|
# SECURITY WARNING: don't run with debug turned on in production!
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
|
|
||||||
# อนุญาตให้ Domain ใหม่เข้าถึง Application ได้
|
# อนุญาตให้ทุก Domain เข้าถึง Application ได้ รวมถึงจากภายใน Kubernetes ด้วย
|
||||||
|
# Production ควรกำหนดให้ละเอียด
|
||||||
ALLOWED_HOSTS = ['*']
|
ALLOWED_HOSTS = ['*']
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|||||||
Reference in New Issue
Block a user