Files
testpoint/configmap.yaml
2026-07-29 10:47:40 +00:00

12 lines
222 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: testpoint-config
namespace: testpoint
data:
DEBUG: "False"
ALLOWED_HOSTS: "testpoint.uzbutterfly.com"
PORT: "8000"
GUNICORN_WORKERS: "3"
GUNICORN_TIMEOUT: "120"