fix: allow all hosts to resolve kube-probe 400 error
Build & Push Docker Image (Backend) / build (push) Has been cancelled

This commit is contained in:
Flook
2026-04-28 20:28:59 +07:00
parent 0eedcce3c5
commit 1fe438dea0
+2 -1
View File
@@ -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