mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-30 06:03:45 +01:00
dec8397c21
* Add api to delete blob and manifest Enable the capability of registry controller to delete blob and manifest Signed-off-by: wang yan <wangyan@vmware.com>
16 lines
275 B
Django/Jinja
16 lines
275 B
Django/Jinja
---
|
|
{% if internal_tls.enabled %}
|
|
protocol: "https"
|
|
port: 8443
|
|
|
|
https_config:
|
|
cert: "/etc/harbor/ssl/registryctl.crt"
|
|
key: "/etc/harbor/ssl/registryctl.key"
|
|
|
|
{% else %}
|
|
protocol: "http"
|
|
port: 8080
|
|
{% endif %}
|
|
log_level: "INFO"
|
|
registry_config: "/etc/registry/config.yml"
|