phase 2
This commit is contained in:
11
ctrl/k8s/base/configmap.yaml
Normal file
11
ctrl/k8s/base/configmap.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: mpr-config
|
||||
namespace: mpr
|
||||
data:
|
||||
REDIS_URL: redis://redis:6379/0
|
||||
DEBUG: "1"
|
||||
FASTAPI_PORT: "8702"
|
||||
DETECTION_UI_PORT: "5175"
|
||||
GATEWAY_PORT: "8080"
|
||||
Reference in New Issue
Block a user