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
6ebe935b
Commit
6ebe935b
authored
Oct 30, 2018
by
舒成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
cd7aafaf
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
44 additions
and
2 deletions
+44
-2
templates/adminserver/adminserver-ss.yaml
templates/adminserver/adminserver-ss.yaml
+5
-0
templates/database/database-ss.yaml
templates/database/database-ss.yaml
+6
-1
templates/jobservice/jobservice-dpl.yaml
templates/jobservice/jobservice-dpl.yaml
+5
-0
templates/notary/notary-server.yaml
templates/notary/notary-server.yaml
+5
-0
templates/notary/notary-signer.yaml
templates/notary/notary-signer.yaml
+5
-0
templates/redis/redis.dp.yml
templates/redis/redis.dp.yml
+8
-1
templates/registry/registry-ss.yaml
templates/registry/registry-ss.yaml
+5
-0
templates/ui/ui-dpl.yaml
templates/ui/ui-dpl.yaml
+5
-0
No files found.
templates/adminserver/adminserver-ss.yaml
View file @
6ebe935b
...
@@ -46,7 +46,12 @@ spec:
...
@@ -46,7 +46,12 @@ spec:
-
name
:
adminserver-key
-
name
:
adminserver-key
mountPath
:
/etc/adminserver/key
mountPath
:
/etc/adminserver/key
subPath
:
key
subPath
:
key
-
name
:
etc-localtime
mountPath
:
/etc/localtime
volumes
:
volumes
:
-
name
:
etc-localtime
hostPath
:
path
:
/etc/localtime
{{
- if not .Values.persistence.enabled
}}
{{
- if not .Values.persistence.enabled
}}
-
name
:
data
-
name
:
data
hostPath
:
hostPath
:
...
...
templates/database/database-ss.yaml
View file @
6ebe935b
...
@@ -40,8 +40,13 @@ spec:
...
@@ -40,8 +40,13 @@ spec:
volumeMounts
:
volumeMounts
:
-
name
:
data
-
name
:
data
mountPath
:
/var/lib/postgresql/data
mountPath
:
/var/lib/postgresql/data
{{
- if not .Values.persistence.enabled
}}
-
name
:
etc-localtime
mountPath
:
/etc/localtime
volumes
:
volumes
:
-
name
:
etc-localtime
hostPath
:
path
:
/etc/localtime
{{
- if not .Values.persistence.enabled
}}
-
name
:
data
-
name
:
data
hostPath
:
hostPath
:
path
:
/data/{{ .Release.Namespace }}/{{ .Release.Name }}/database
path
:
/data/{{ .Release.Namespace }}/{{ .Release.Name }}/database
...
...
templates/jobservice/jobservice-dpl.yaml
View file @
6ebe935b
...
@@ -37,7 +37,12 @@ spec:
...
@@ -37,7 +37,12 @@ spec:
subPath
:
config.yml
subPath
:
config.yml
-
name
:
job-logs
-
name
:
job-logs
mountPath
:
/var/log/jobs
mountPath
:
/var/log/jobs
-
name
:
etc-localtime
mountPath
:
/etc/localtime
volumes
:
volumes
:
-
name
:
etc-localtime
hostPath
:
path
:
/etc/localtime
-
name
:
jobservice-config
-
name
:
jobservice-config
configMap
:
configMap
:
name
:
"
{{
template
"harbor.fullname" . }}-jobservice"
name
:
"
{{
template
"harbor.fullname" . }}-jobservice"
...
...
templates/notary/notary-server.yaml
View file @
6ebe935b
...
@@ -33,7 +33,12 @@ spec:
...
@@ -33,7 +33,12 @@ spec:
-
name
:
root-certificate
-
name
:
root-certificate
mountPath
:
/root.crt
mountPath
:
/root.crt
subPath
:
tokenServiceRootCertBundle
subPath
:
tokenServiceRootCertBundle
-
name
:
etc-localtime
mountPath
:
/etc/localtime
volumes
:
volumes
:
-
name
:
etc-localtime
hostPath
:
path
:
/etc/localtime
-
name
:
notary-config
-
name
:
notary-config
configMap
:
configMap
:
name
:
"
{{
template
"harbor.fullname" . }}-notary"
name
:
"
{{
template
"harbor.fullname" . }}-notary"
...
...
templates/notary/notary-signer.yaml
View file @
6ebe935b
...
@@ -32,7 +32,12 @@ spec:
...
@@ -32,7 +32,12 @@ spec:
volumeMounts
:
volumeMounts
:
-
name
:
notary-config
-
name
:
notary-config
mountPath
:
/etc/notary
mountPath
:
/etc/notary
-
name
:
etc-localtime
mountPath
:
/etc/localtime
volumes
:
volumes
:
-
name
:
etc-localtime
hostPath
:
path
:
/etc/localtime
-
name
:
notary-config
-
name
:
notary-config
configMap
:
configMap
:
name
:
"
{{
template
"harbor.fullname" . }}-notary"
name
:
"
{{
template
"harbor.fullname" . }}-notary"
...
...
templates/redis/redis.dp.yml
View file @
6ebe935b
...
@@ -23,4 +23,11 @@ spec:
...
@@ -23,4 +23,11 @@ spec:
args
:
[
"
--save"
,
"
''"
,
"
--appendonly"
,
"
no"
]
args
:
[
"
--save"
,
"
''"
,
"
--appendonly"
,
"
no"
]
ports
:
ports
:
-
name
:
redis
-
name
:
redis
containerPort
:
6379
containerPort
:
6379
\ No newline at end of file
volumeMounts
:
-
name
:
etc-localtime
mountPath
:
/etc/localtime
volumes
:
-
name
:
etc-localtime
hostPath
:
path
:
/etc/localtime
\ No newline at end of file
templates/registry/registry-ss.yaml
View file @
6ebe935b
...
@@ -97,7 +97,12 @@ spec:
...
@@ -97,7 +97,12 @@ spec:
-
name
:
registry-config
-
name
:
registry-config
mountPath
:
/etc/registry/config.yml
mountPath
:
/etc/registry/config.yml
subPath
:
config.yml
subPath
:
config.yml
-
name
:
etc-localtime
mountPath
:
/etc/localtime
volumes
:
volumes
:
-
name
:
etc-localtime
hostPath
:
path
:
/etc/localtime
-
name
:
registry-root-certificate
-
name
:
registry-root-certificate
secret
:
secret
:
secretName
:
"
{{
template
"harbor.fullname" . }}-ui"
secretName
:
"
{{
template
"harbor.fullname" . }}-ui"
...
...
templates/ui/ui-dpl.yaml
View file @
6ebe935b
...
@@ -67,7 +67,12 @@ spec:
...
@@ -67,7 +67,12 @@ spec:
{{
- end
}}
{{
- end
}}
-
name
:
psc
-
name
:
psc
mountPath
:
/etc/ui/token
mountPath
:
/etc/ui/token
-
name
:
etc-localtime
mountPath
:
/etc/localtime
volumes
:
volumes
:
-
name
:
etc-localtime
hostPath
:
path
:
/etc/localtime
-
name
:
ui-config
-
name
:
ui-config
configMap
:
configMap
:
name
:
"
{{
template
"harbor.fullname" . }}-ui"
name
:
"
{{
template
"harbor.fullname" . }}-ui"
...
...
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