From cbee76888174602a70497beb06de9bf34f232965 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Sat, 3 Apr 2021 16:17:01 +0200 Subject: [PATCH] Move installation files to persistent folder --- roles/registry/files/harbor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: