Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user