mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2026-06-13 04:49:10 +00:00
Convert smarketing-ai to GitOps: Jenkins CI + ArgoCD CD
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
# Team Settings
|
||||
teamid=won
|
||||
root_project=smarketing-ai
|
||||
namespace=smarketing
|
||||
|
||||
# Container Registry Settings
|
||||
registry=acrdigitalgarage02.azurecr.io
|
||||
image_org=won
|
||||
|
||||
# Application Settings
|
||||
replicas=1
|
||||
|
||||
# Resource Settings
|
||||
resources_requests_cpu=256m
|
||||
resources_requests_memory=512Mi
|
||||
resources_limits_cpu=1024m
|
||||
resources_limits_memory=2048Mi
|
||||
|
||||
# Flask App Settings (non-sensitive)
|
||||
upload_folder=/app/uploads
|
||||
max_content_length=16777216
|
||||
allowed_extensions=png,jpg,jpeg,gif,webp
|
||||
server_host=0.0.0.0
|
||||
server_port=5001
|
||||
|
||||
# Azure Storage Settings (non-sensitive)
|
||||
azure_storage_container_name=ai-content
|
||||
Reference in New Issue
Block a user