feat: manifest 파일 생성

This commit is contained in:
OhSeongRak
2025-06-16 09:11:04 +09:00
parent 1861cd5655
commit b764e95e20
5 changed files with 110 additions and 0 deletions
@@ -0,0 +1,11 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: smarketing-config
namespace: smarketing
data:
SERVER_HOST: "0.0.0.0"
SERVER_PORT: "5001"
UPLOAD_FOLDER: "/app/uploads"
MAX_CONTENT_LENGTH: "16777216" # 16MB
ALLOWED_EXTENSIONS: "png,jpg,jpeg,gif,webp"