harbor/make/kubernetes/templates/ui.cm.yaml

31 lines
620 B
YAML
Raw Normal View History

2016-11-21 09:07:04 +01:00
apiVersion: v1
kind: ConfigMap
metadata:
name: harbor-core-config
2016-11-21 09:07:04 +01:00
data:
CONFIG_PATH: /etc/core/app.conf
2016-11-21 09:07:04 +01:00
LOG_LEVEL: debug
CORE_SECRET: "{{core_secret}}"
JOBSERVICE_SECRET: "{{jobservice_secret}}"
2016-11-21 09:07:04 +01:00
GODEBUG: netdns=cgo
SECRET_KEY: "{{secret_key}}"
2016-11-21 09:07:04 +01:00
config: |
appname = registry
runmode = dev
[lang]
types = en-US|zh-CN
names = en-US|zh-CN
[dev]
httpport = 80
[mail]
host = {{email_server}}
port = {{email_server_port}}
username = {{email_username}}
password = {{email_password}}
from = {{email_from}}
ssl = {{email_ssl}}
pkey: |
{{4 auth_pkey}}