Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Harbor
Commits
f75a60f3
Commit
f75a60f3
authored
6 years ago
by
Qian Deng
Browse files
Options
Download
Email Patches
Plain Diff
Fix typo
Signed-off-by:
Qian Deng
<
dengq@vmware.com
>
parent
76e0b40b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
make/harbor.yml
+6
-6
make/harbor.yml
with
6 additions
and
6 deletions
+6
-6
make/harbor.yml
+
6
-
6
View file @
f75a60f3
#
# Configuration file of Harbor
# Configuration file of Harbor
#The IP address or hostname to access admin UI and registry service.
#DO NOT use localhost or 127.0.0.1, because Harbor needs to be accessed by external clients.
#
The IP address or hostname to access admin UI and registry service.
#
DO NOT use localhost or 127.0.0.1, because Harbor needs to be accessed by external clients.
hostname
:
reg.mydomain.com
# http related config
...
...
@@ -26,9 +26,9 @@ http:
# Remember Change the admin password from UI after launching Harbor.
harbor_admin_password
:
Harbor12345
#
# Harbor DB configuration
# Harbor DB configuration
database
:
#The password for the root user of Harbor DB. Change this before any production use.
#
The password for the root user of Harbor DB. Change this before any production use.
password
:
root123
# The default data volume
...
...
@@ -65,7 +65,7 @@ jobservice:
max_job_workers
:
10
chart
:
#
Harbor Default will using relative url in chart, if you want using
absolute
url
you should
enable
it by
c
h
an
ge the following va
lue
to disabled
#
Change the value of
absolute
_
url
to
enable
d
can
enable abso
lu
t
e
url in chart
absolute_url
:
disabled
# Log configurations
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help