mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
7873a0312a
1. Update the nginx.conf 2. Update Makefile 3. Update docker-compose 4. Update image name 5. Rename folder ui to core 6. Change the harbor-ui's package name to core 7. Remove unused static file on harbor-core 8. Remove unused code for harbor-portal Signed-off-by: Qian Deng <dengq@vmware.com>
18 lines
394 B
YAML
18 lines
394 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: harbor-jobservice-config
|
|
data:
|
|
CORE_SECRET: "{{core_secret}}"
|
|
JOBSERVICE_SECRET: "{{jobservice_secret}}"
|
|
SECRET_KEY: "{{secret_key}}"
|
|
MAX_JOB_WORKERS: "{{max_job_workers}}"
|
|
LOG_LEVEL: debug
|
|
GODEBUG: netdns=cgo
|
|
CONFIG_PATH: /etc/jobservice/app.conf
|
|
config: |
|
|
appname = jobservice
|
|
runmode = dev
|
|
[dev]
|
|
httpport = 80
|