Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
harbor
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
market
harbor
Commits
c79cb6b7
Commit
c79cb6b7
authored
Jan 27, 2021
by
舒成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
1979cda7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
12 deletions
+14
-12
Deploy.md
Deploy.md
+2
-0
values-aliyun.yaml
values-aliyun.yaml
+6
-6
values-arm.yaml
values-arm.yaml
+6
-6
No files found.
Deploy.md
View file @
c79cb6b7
...
...
@@ -4,6 +4,8 @@
```
bash
# 1.install
kubectl create ns devops
helm
install
\
--namespace
=
devops
\
harbor
\
...
...
values-aliyun.yaml
View file @
c79cb6b7
...
...
@@ -16,37 +16,37 @@ persistence:
persistentVolumeClaim
:
registry
:
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
size
:
5Gi
chartmuseum
:
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
size
:
5Gi
jobservice
:
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
size
:
1Gi
database
:
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
size
:
1Gi
redis
:
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
size
:
1Gi
trivy
:
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
size
:
5Gi
...
...
values-arm.yaml
View file @
c79cb6b7
...
...
@@ -16,37 +16,37 @@ persistence:
persistentVolumeClaim
:
registry
:
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
size
:
5Gi
chartmuseum
:
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
size
:
5Gi
jobservice
:
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
size
:
1Gi
database
:
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
size
:
1Gi
redis
:
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
size
:
1Gi
trivy
:
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
size
:
5Gi
...
...
Write
Preview
Markdown
is supported
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