email
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 30s

This commit is contained in:
QuangMinh_123
2025-12-02 13:24:52 +00:00
parent 1b71e5ee6d
commit d4fa4c33b9
9 changed files with 18 additions and 33 deletions

View File

@@ -1,10 +0,0 @@
# Load từ .env và cung cấp cho app
import os
class Config:
ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif', 'webp'}
MAX_FILE_SIZE = 5 * 1024 * 1024 # 5MB
# vì làm microservice nên không cần dùng biến môi trường nữa, khi mà dùng thì khai báo ở trên đầu luôn
# Nó khác với mô hình bình thường là config.py chỉ để khai báo cấu hình tĩnh thôi
# ALLOWED_IMAGE_TYPES = {"image/jpeg", "image/png", "image/gif", "image/webp"}

View File

@@ -1,6 +1,6 @@
Flask==3.1.0
psycopg2-binary==2.9.10
pydantic==2.11.3
minio==7.2.5
Pillow==10.4.0
boto3==1.35.70
# Flask==3.1.0
# psycopg2-binary==2.9.10
# pydantic==2.11.3
# minio==7.2.5
# Pillow==10.4.0
# boto3==1.35.70