This commit is contained in:
12
deploy/k8s/configmap.yaml
Normal file
12
deploy/k8s/configmap.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: kubeviz-config
|
||||
namespace: kubeviz
|
||||
data:
|
||||
ADDR: ":8080"
|
||||
SESSION_TTL: "30m"
|
||||
MAX_UPLOAD_SIZE: "5242880"
|
||||
COOKIE_SECURE: "true"
|
||||
LOG_LEVEL: "info"
|
||||
GIT_ALLOWED_HOSTS: "github.com,gitlab.com,bitbucket.org"
|
||||
Reference in New Issue
Block a user