Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
expose:
  ingress:
    className: nginx
#
#harborAdminPassword: password
    annotations:
      nginx.org/client-max-body-size: "999m"


Install

Code Block
themeEmacs
	helm upgrade --install -f values-local.yaml harbor .



Add Host Aliases> sudo vi

Code Block
themeEmacs
sudo vi /etc/hosts
Code Block
127.0.0.1       core.harbor.domain
127.0.0.1       notary.harbor.domain


User Interface

https://core.harbor.domain

Image Added


Login:

Usernameadmin
PasswordHarbor12345


Test Docker Login

Code Block
docker login core.harbor.domain
Username: admin
Password: 
Login Succeeded