apiVersion: v1 kind: ConfigMap metadata: name: math-exercises-config data: # Application configuration PORT: "8000" LOG_LEVEL: "INFO" MAX_REQUEST_SIZE: "10mb" # Security configuration SECURE_COOKIES: "true" CORS_ORIGINS: "math-exercises.local" REQUEST_TIMEOUT: "30s"