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 .

...

https://core.harbor.domain


Login:

Usernameadmin
PasswordHarbor12345


Test Docker Login

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