diff --git a/roles/registry/files/harbor.yml b/roles/registry/files/harbor.yml index 2403e09..1aafa30 100644 --- a/roles/registry/files/harbor.yml +++ b/roles/registry/files/harbor.yml @@ -14,8 +14,8 @@ https: # https port for harbor, default is 443 port: 443 # The path of cert and key files for nginx - certificate: /tmp/harbor/certificate.crt - private_key: /tmp/harbor/privatekey.key + certificate: /opt/harbor/certificate.crt + private_key: /opt/harbor/privatekey.key # # Uncomment following will enable tls communication between all harbor components # internal_tls: