CONFIG_PATH=/etc/core/app.conf UAA_CA_ROOT=/etc/core/certificates/uaa_ca.pem _REDIS_URL={{redis_host}}:{{redis_port}},100,{{redis_password}},0,{{redis_idle_timeout_seconds}} SYNC_QUOTA=true CHART_CACHE_DRIVER={{chart_cache_driver}} _REDIS_URL_REG={{redis_url_reg}} PORT=8080 LOG_LEVEL={{log_level}} EXT_ENDPOINT={{public_url}} DATABASE_TYPE=postgresql POSTGRESQL_HOST={{harbor_db_host}} POSTGRESQL_PORT={{harbor_db_port}} POSTGRESQL_USERNAME={{harbor_db_username}} POSTGRESQL_PASSWORD={{harbor_db_password}} POSTGRESQL_DATABASE={{harbor_db_name}} POSTGRESQL_SSLMODE={{harbor_db_sslmode}} POSTGRESQL_MAX_IDLE_CONNS={{harbor_db_max_idle_conns}} POSTGRESQL_MAX_OPEN_CONNS={{harbor_db_max_open_conns}} REGISTRY_URL={{registry_url}} TOKEN_SERVICE_URL={{token_service_url}} HARBOR_ADMIN_PASSWORD={{harbor_admin_password}} MAX_JOB_WORKERS={{max_job_workers}} CORE_SECRET={{core_secret}} JOBSERVICE_SECRET={{jobservice_secret}} WITH_NOTARY={{with_notary}} WITH_CLAIR={{with_clair}} WITH_TRIVY={{with_trivy}} CLAIR_DB_PASSWORD={{clair_db_password}} CLAIR_DB_HOST={{clair_db_host}} CLAIR_DB_PORT={{clair_db_port}} CLAIR_DB_USERNAME={{clair_db_username}} CLAIR_DB={{clair_db_name}} CLAIR_DB_SSLMODE={{clair_db_sslmode}} CORE_URL={{core_url}} CORE_LOCAL_URL={{core_local_url}} JOBSERVICE_URL={{jobservice_url}} CLAIR_URL={{clair_url}} CLAIR_ADAPTER_URL={{clair_adapter_url}} TRIVY_ADAPTER_URL={{trivy_adapter_url}} NOTARY_URL={{notary_url}} REGISTRY_STORAGE_PROVIDER_NAME={{storage_provider_name}} READ_ONLY=false RELOAD_KEY={{reload_key}} CHART_REPOSITORY_URL={{chart_repository_url}} REGISTRY_CONTROLLER_URL={{registry_controller_url}} WITH_CHARTMUSEUM={{with_chartmuseum}} REGISTRY_CREDENTIAL_USERNAME={{registry_username}} REGISTRY_CREDENTIAL_PASSWORD={{registry_password}} CSRF_KEY={{csrf_key}} HTTP_PROXY={{core_http_proxy}} HTTPS_PROXY={{core_https_proxy}} NO_PROXY={{core_no_proxy}} {%if internal_tls.enabled %} INTERNAL_TLS_ENABLED=true INTERNAL_TLS_KEY_PATH=/etc/harbor/ssl/core.key INTERNAL_TLS_CERT_PATH=/etc/harbor/ssl/core.crt INTERNAL_TLS_TRUST_CA_PATH=/harbor_cust_cert/harbor_internal_ca.crt {% endif %}