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
007cbd96
Commit
007cbd96
authored
Mar 31, 2021
by
舒成
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
5f8168a0
Pipeline
#44667
passed with stage
Changes
28
Pipelines
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
28 changed files
with
941 additions
and
111 deletions
+941
-111
conf/notary-server.json
conf/notary-server.json
+1
-1
raws/values-aliyun.yaml
raws/values-aliyun.yaml
+11
-11
raws/values-arm.yaml
raws/values-arm.yaml
+11
-11
raws/values-pg.yaml
raws/values-pg.yaml
+0
-0
raws/values-ppc64le.yaml
raws/values-ppc64le.yaml
+0
-0
raws/values-stolon.yaml
raws/values-stolon.yaml
+0
-0
raws/values.yaml
raws/values.yaml
+747
-0
templates/NOTES.txt
templates/NOTES.txt
+1
-1
templates/_helpers.tpl
templates/_helpers.tpl
+11
-0
templates/chartmuseum/chartmuseum-cm.yaml
templates/chartmuseum/chartmuseum-cm.yaml
+1
-1
templates/chartmuseum/chartmuseum-dpl.yaml
templates/chartmuseum/chartmuseum-dpl.yaml
+6
-2
templates/clair/clair-dpl.yaml
templates/clair/clair-dpl.yaml
+6
-2
templates/core/core-cm.yaml
templates/core/core-cm.yaml
+1
-1
templates/core/core-dpl.yaml
templates/core/core-dpl.yaml
+6
-2
templates/database/database-ss.yaml
templates/database/database-ss.yaml
+18
-6
templates/ingress/ingress.yaml
templates/ingress/ingress.yaml
+6
-4
templates/ingress/ingresshost.yaml
templates/ingress/ingresshost.yaml
+2
-2
templates/ingress/ingressroute.yaml
templates/ingress/ingressroute.yaml
+14
-14
templates/jobservice/jobservice-dpl.yaml
templates/jobservice/jobservice-dpl.yaml
+6
-2
templates/nginx/deployment.yaml
templates/nginx/deployment.yaml
+6
-2
templates/notary/notary-server.yaml
templates/notary/notary-server.yaml
+6
-2
templates/notary/notary-signer.yaml
templates/notary/notary-signer.yaml
+6
-2
templates/portal/deployment.yaml
templates/portal/deployment.yaml
+6
-2
templates/redis/statefulset.yaml
templates/redis/statefulset.yaml
+6
-0
templates/registry/registry-dpl.yaml
templates/registry/registry-dpl.yaml
+6
-2
templates/trivy/trivy-sts.yaml
templates/trivy/trivy-sts.yaml
+6
-2
values-operator.yaml
values-operator.yaml
+5
-0
values.yaml
values.yaml
+46
-39
No files found.
conf/notary-server.json
View file @
007cbd96
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
"auth"
:
{
"auth"
:
{
"type"
:
"token"
,
"type"
:
"token"
,
"options"
:
{
"options"
:
{
"realm"
:
"{{ .Values.externalURL }}/service/token"
,
"realm"
:
"{{ .Values.externalURL }}
.{{ $.Values.global.host }}
/service/token"
,
"service"
:
"harbor-notary"
,
"service"
:
"harbor-notary"
,
"issuer"
:
"harbor-token-issuer"
,
"issuer"
:
"harbor-token-issuer"
,
"rootcertbundle"
:
"/root.crt"
"rootcertbundle"
:
"/root.crt"
...
...
values-aliyun.yaml
→
raws/
values-aliyun.yaml
View file @
007cbd96
...
@@ -73,17 +73,17 @@ secretKey: "IpTIscRIgmerlare"
...
@@ -73,17 +73,17 @@ secretKey: "IpTIscRIgmerlare"
portal
:
portal
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-portal
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-portal
tag
:
v2.1.
1
tag
:
v2.1.
3
core
:
core
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-core
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-core
tag
:
v2.1.
1
tag
:
v2.1.
3
jobservice
:
jobservice
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-jobservice
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-jobservice
tag
:
v2.1.
1
tag
:
v2.1.
3
registry
:
registry
:
registry
:
registry
:
...
@@ -98,12 +98,12 @@ registry:
...
@@ -98,12 +98,12 @@ registry:
controller
:
controller
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-registryctl
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-registryctl
tag
:
v2.1.
1
tag
:
v2.1.
3
chartmuseum
:
chartmuseum
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-chartmuseum
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-chartmuseum
tag
:
v2.1.
1
tag
:
v2.1.
3
nodeSelector
:
{}
nodeSelector
:
{}
# nodeSelector:
# nodeSelector:
# harbor: enabled
# harbor: enabled
...
@@ -117,33 +117,33 @@ clair:
...
@@ -117,33 +117,33 @@ clair:
clair
:
clair
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-clair
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-clair
tag
:
v2.1.
1
tag
:
v2.1.
3
adapter
:
adapter
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-clair-adapter
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-clair-adapter
tag
:
v2.1.
1
tag
:
v2.1.
3
trivy
:
trivy
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-trivy-adapter
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-trivy-adapter
tag
:
v2.1.
1
tag
:
v2.1.
3
notary
:
notary
:
server
:
server
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-notary-server
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-notary-server
tag
:
v2.1.
1
tag
:
v2.1.
3
signer
:
signer
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-notary-signer
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-notary-signer
tag
:
v2.1.
1
tag
:
v2.1.
3
database
:
database
:
type
:
internal
type
:
internal
internal
:
internal
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-db
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-db
tag
:
v2.1.
1
tag
:
v2.1.
3
password
:
"
spaceIN511"
password
:
"
spaceIN511"
resources
:
resources
:
limits
:
limits
:
...
...
values-arm.yaml
→
raws/
values-arm.yaml
View file @
007cbd96
...
@@ -73,17 +73,17 @@ secretKey: "IpTIscRIgmerlare"
...
@@ -73,17 +73,17 @@ secretKey: "IpTIscRIgmerlare"
portal
:
portal
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-portal
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-portal
tag
:
v2.1.
1
-arm64
tag
:
v2.1.
3
-arm64
core
:
core
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-core
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-core
tag
:
v2.1.
1
-arm64
tag
:
v2.1.
3
-arm64
jobservice
:
jobservice
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-jobservice
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-jobservice
tag
:
v2.1.
1
-arm64
tag
:
v2.1.
3
-arm64
registry
:
registry
:
registry
:
registry
:
...
@@ -98,12 +98,12 @@ registry:
...
@@ -98,12 +98,12 @@ registry:
controller
:
controller
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-registryctl
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-registryctl
tag
:
v2.1.
1
-arm64
tag
:
v2.1.
3
-arm64
chartmuseum
:
chartmuseum
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-chartmuseum
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-chartmuseum
tag
:
v2.1.
1
-arm64
tag
:
v2.1.
3
-arm64
nodeSelector
:
{}
nodeSelector
:
{}
# nodeSelector:
# nodeSelector:
# harbor: enabled
# harbor: enabled
...
@@ -117,33 +117,33 @@ clair:
...
@@ -117,33 +117,33 @@ clair:
clair
:
clair
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-clair
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-clair
tag
:
v2.1.
1
-arm64
tag
:
v2.1.
3
-arm64
adapter
:
adapter
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-clair-adapter
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-clair-adapter
tag
:
v2.1.
1
-arm64
tag
:
v2.1.
3
-arm64
trivy
:
trivy
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-trivy-adapter
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-trivy-adapter
tag
:
v2.1.
1
-arm64
tag
:
v2.1.
3
-arm64
notary
:
notary
:
server
:
server
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-notary-server
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-notary-server
tag
:
v2.1.
1
-arm64
tag
:
v2.1.
3
-arm64
signer
:
signer
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-notary-signer
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-notary-signer
tag
:
v2.1.
1
-arm64
tag
:
v2.1.
3
-arm64
database
:
database
:
type
:
internal
type
:
internal
internal
:
internal
:
image
:
image
:
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-db
repository
:
registry.cn-qingdao.aliyuncs.com/wod/harbor-db
tag
:
v2.1.
1
-arm64
tag
:
v2.1.
3
-arm64
password
:
"
spaceIN511"
password
:
"
spaceIN511"
resources
:
resources
:
limits
:
limits
:
...
...
values-pg.yaml
→
raws/
values-pg.yaml
View file @
007cbd96
File moved
values-ppc64le.yaml
→
raws/
values-ppc64le.yaml
View file @
007cbd96
File moved
values-stolon.yaml
→
raws/
values-stolon.yaml
View file @
007cbd96
File moved
raws/values.yaml
0 → 100644
View file @
007cbd96
This diff is collapsed.
Click to expand it.
templates/NOTES.txt
View file @
007cbd96
Please wait for several minutes for Harbor deployment to complete.
Please wait for several minutes for Harbor deployment to complete.
Then you should be able to visit the Harbor portal at {{ .Values.externalURL }}
Then you should be able to visit the Harbor portal at {{ .Values.externalURL }}
.{{ $.Values.global.host }}
For more details, please visit https://github.com/goharbor/harbor
For more details, please visit https://github.com/goharbor/harbor
templates/_helpers.tpl
View file @
007cbd96
{{
/*
Create
chart
arch
suffix
.
*/
}}
{{- define "beagle.arch" -}}
{{- if not (eq "amd64" .Values.global.arch) -}}
{{- print "-" .Values.global.arch -}}
{{- else -}}
{{- print "" -}}
{{- end -}}
{{- end }}
{
{
/*
vim
:
set
filetype
=
mustache
:
*/
}
}
{
{
/*
vim
:
set
filetype
=
mustache
:
*/
}
}
{
{
/*
{
{
/*
Expand
the
name
of
the
chart
.
Expand
the
name
of
the
chart
.
...
...
templates/chartmuseum/chartmuseum-cm.yaml
View file @
007cbd96
...
@@ -21,7 +21,7 @@ data:
...
@@ -21,7 +21,7 @@ data:
CACHE_REDIS_DB
:
"
{{
template
"harbor.redis.dbForChartmuseum" . }}"
CACHE_REDIS_DB
:
"
{{
template
"harbor.redis.dbForChartmuseum" . }}"
BASIC_AUTH_USER
:
"
chart_controller"
BASIC_AUTH_USER
:
"
chart_controller"
{{
- if .Values.chartmuseum.absoluteUrl
}}
{{
- if .Values.chartmuseum.absoluteUrl
}}
CHART_URL
:
{{
.Values.externalURL
}}
/chartrepo
CHART_URL
:
{{
.Values.externalURL
}}
.{{ $.Values.global.host }}
/chartrepo
{{
- end
}}
{{
- end
}}
DEPTH
:
"
1"
DEPTH
:
"
1"
{{
- if eq .Values.logLevel "debug"
}}
{{
- if eq .Values.logLevel "debug"
}}
...
...
templates/chartmuseum/chartmuseum-dpl.yaml
View file @
007cbd96
...
@@ -46,8 +46,12 @@ spec:
...
@@ -46,8 +46,12 @@ spec:
{{
- end
}}
{{
- end
}}
containers
:
containers
:
-
name
:
chartmuseum
-
name
:
chartmuseum
image
:
{{
.Values.chartmuseum.image.repository
}}
:{{ .Values.chartmuseum.image.tag }}
{{
- if contains "/" .Values.chartmuseum.image.repository
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
"
{{
.Values.chartmuseum.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.chartmuseum.image.hub
|
default
.Values.global.hub
}}/{{
.Values.chartmuseum.image.repository
}}:{{
.Values.chartmuseum.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
livenessProbe
:
livenessProbe
:
httpGet
:
httpGet
:
path
:
/health
path
:
/health
...
...
templates/clair/clair-dpl.yaml
View file @
007cbd96
...
@@ -39,8 +39,12 @@ spec:
...
@@ -39,8 +39,12 @@ spec:
{{
- end
}}
{{
- end
}}
containers
:
containers
:
-
name
:
clair
-
name
:
clair
image
:
{{
.Values.clair.clair.image.repository
}}
:{{ .Values.clair.clair.image.tag }}
{{
- if contains "/" .Values.clair.clair.image.repository
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
"
{{
.Values.clair.clair.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.clair.clair.image.hub
|
default
.Values.global.hub
}}/{{
.Values.clair.clair.image.repository
}}:{{
.Values.clair.clair.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
livenessProbe
:
livenessProbe
:
httpGet
:
httpGet
:
path
:
/health
path
:
/health
...
...
templates/core/core-cm.yaml
View file @
007cbd96
...
@@ -21,7 +21,7 @@ data:
...
@@ -21,7 +21,7 @@ data:
POSTGRESQL_SSLMODE
:
"
{{
template
"harbor.database.sslmode" . }}"
POSTGRESQL_SSLMODE
:
"
{{
template
"harbor.database.sslmode" . }}"
POSTGRESQL_MAX_IDLE_CONNS
:
"
{{
.Values.database.maxIdleConns
}}"
POSTGRESQL_MAX_IDLE_CONNS
:
"
{{
.Values.database.maxIdleConns
}}"
POSTGRESQL_MAX_OPEN_CONNS
:
"
{{
.Values.database.maxOpenConns
}}"
POSTGRESQL_MAX_OPEN_CONNS
:
"
{{
.Values.database.maxOpenConns
}}"
EXT_ENDPOINT
:
"
{{
.Values.externalURL
}}"
EXT_ENDPOINT
:
"
{{
.Values.externalURL
}}
.{{
$.Values.global.host
}}
"
CORE_URL
:
"
{{
template
"harbor.coreURL" . }}"
CORE_URL
:
"
{{
template
"harbor.coreURL" . }}"
JOBSERVICE_URL
:
"
{{
template
"harbor.jobserviceURL" . }}"
JOBSERVICE_URL
:
"
{{
template
"harbor.jobserviceURL" . }}"
REGISTRY_URL
:
"
{{
template
"harbor.registryURL" . }}"
REGISTRY_URL
:
"
{{
template
"harbor.registryURL" . }}"
...
...
templates/core/core-dpl.yaml
View file @
007cbd96
...
@@ -40,8 +40,12 @@ spec:
...
@@ -40,8 +40,12 @@ spec:
{{
- end
}}
{{
- end
}}
containers
:
containers
:
-
name
:
core
-
name
:
core
image
:
{{
.Values.core.image.repository
}}
:{{ .Values.core.image.tag }}
{{
- if contains "/" .Values.core.image.repository
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
"
{{
.Values.core.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.core.image.hub
|
default
.Values.global.hub
}}/{{
.Values.core.image.repository
}}:{{
.Values.core.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
{{
- if .Values.core.startupProbe.enabled
}}
{{
- if .Values.core.startupProbe.enabled
}}
startupProbe
:
startupProbe
:
httpGet
:
httpGet
:
...
...
templates/database/database-ss.yaml
View file @
007cbd96
...
@@ -36,8 +36,12 @@ spec:
...
@@ -36,8 +36,12 @@ spec:
-
name
:
"
change-permission-of-directory"
-
name
:
"
change-permission-of-directory"
securityContext
:
securityContext
:
runAsUser
:
0
runAsUser
:
0
image
:
{{
.Values.database.internal.image.repository
}}
:{{ .Values.database.internal.image.tag }}
{{
- if contains "/" .Values.database.internal.image.repository
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
"
{{
.Values.database.internal.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.database.internal.image.hub
|
default
.Values.global.hub
}}/{{
.Values.database.internal.image.repository
}}:{{
.Values.database.internal.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
command
:
[
"
/bin/sh"
]
command
:
[
"
/bin/sh"
]
args
:
[
"
-c"
,
"
chown
-R
postgres:postgres
/var/lib/postgresql/data"
]
args
:
[
"
-c"
,
"
chown
-R
postgres:postgres
/var/lib/postgresql/data"
]
volumeMounts
:
volumeMounts
:
...
@@ -45,8 +49,12 @@ spec:
...
@@ -45,8 +49,12 @@ spec:
mountPath
:
/var/lib/postgresql/data
mountPath
:
/var/lib/postgresql/data
subPath
:
{{
$database.subPath
}}
subPath
:
{{
$database.subPath
}}
-
name
:
"
remove-lost-found"
-
name
:
"
remove-lost-found"
image
:
{{
.Values.database.internal.image.repository
}}
:{{ .Values.database.internal.image.tag }}
{{
- if contains "/" .Values.database.internal.image.repository
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
"
{{
.Values.database.internal.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.database.internal.image.hub
|
default
.Values.global.hub
}}/{{
.Values.database.internal.image.repository
}}:{{
.Values.database.internal.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
command
:
[
"
rm"
,
"
-Rf"
,
"
/var/lib/postgresql/data/lost+found"
]
command
:
[
"
rm"
,
"
-Rf"
,
"
/var/lib/postgresql/data/lost+found"
]
volumeMounts
:
volumeMounts
:
-
name
:
database-data
-
name
:
database-data
...
@@ -54,8 +62,12 @@ spec:
...
@@ -54,8 +62,12 @@ spec:
subPath
:
{{
$database.subPath
}}
subPath
:
{{
$database.subPath
}}
containers
:
containers
:
-
name
:
database
-
name
:
database
image
:
{{
.Values.database.internal.image.repository
}}
:{{ .Values.database.internal.image.tag }}
{{
- if contains "/" .Values.database.internal.image.repository
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
"
{{
.Values.database.internal.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.database.internal.image.hub
|
default
.Values.global.hub
}}/{{
.Values.database.internal.image.repository
}}:{{
.Values.database.internal.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
livenessProbe
:
livenessProbe
:
exec
:
exec
:
command
:
command
:
...
...
templates/ingress/ingress.yaml
View file @
007cbd96
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
{{
- end
}}
{{
- end
}}
---
---
{{
- if not (.Capabilities.APIVersions.Has "bcc.bd-apaas.com/v1alpha1") -
}}
{{
- if semverCompare "<1.14-0" .Capabilities.KubeVersion.GitVersion
}}
{{
- if semverCompare "<1.14-0" .Capabilities.KubeVersion.GitVersion
}}
apiVersion
:
extensions/v1beta1
apiVersion
:
extensions/v1beta1
{{
- else
}}
{{
- else
}}
...
@@ -55,7 +56,7 @@ spec:
...
@@ -55,7 +56,7 @@ spec:
-
secretName
:
{{
template "harbor.tlsCoreSecretForIngress" .
}}
-
secretName
:
{{
template "harbor.tlsCoreSecretForIngress" .
}}
{{
- if $ingress.hosts.core
}}
{{
- if $ingress.hosts.core
}}
hosts
:
hosts
:
-
{{
$ingress.hosts.core
}}
-
{{
$ingress.hosts.core
}}
.{{ $.Values.global.host }}
{{
- end
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
rules
:
rules
:
...
@@ -86,7 +87,7 @@ spec:
...
@@ -86,7 +87,7 @@ spec:
serviceName
:
{{
template "harbor.core" .
}}
serviceName
:
{{
template "harbor.core" .
}}
servicePort
:
{{
template "harbor.core.servicePort" .
}}
servicePort
:
{{
template "harbor.core.servicePort" .
}}
{{
- if $ingress.hosts.core
}}
{{
- if $ingress.hosts.core
}}
host
:
{{
$ingress.hosts.core
}}
host
:
{{
$ingress.hosts.core
}}
.{{ $.Values.global.host }}
{{
- end
}}
{{
- end
}}
{{
- if .Values.notary.enabled
}}
{{
- if .Values.notary.enabled
}}
...
@@ -115,7 +116,7 @@ spec:
...
@@ -115,7 +116,7 @@ spec:
-
secretName
:
{{
template "harbor.tlsNotarySecretForIngress" .
}}
-
secretName
:
{{
template "harbor.tlsNotarySecretForIngress" .
}}
{{
- if $ingress.hosts.notary
}}
{{
- if $ingress.hosts.notary
}}
hosts
:
hosts
:
-
{{
$ingress.hosts.notary
}}
-
{{
$ingress.hosts.notary
}}
.{{ $.Values.global.host }}
{{
- end
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
rules
:
rules
:
...
@@ -126,8 +127,9 @@ spec:
...
@@ -126,8 +127,9 @@ spec:
serviceName
:
{{
template "harbor.notary-server" .
}}
serviceName
:
{{
template "harbor.notary-server" .
}}
servicePort
:
4443
servicePort
:
4443
{{
- if $ingress.hosts.notary
}}
{{
- if $ingress.hosts.notary
}}
host
:
{{
$ingress.hosts.notary
}}
host
:
{{
$ingress.hosts.notary
}}
.{{ $.Values.global.host }}
{{
- end
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
\ No newline at end of file
templates/ingress/ingresshost.yaml
View file @
007cbd96
...
@@ -11,7 +11,7 @@ metadata:
...
@@ -11,7 +11,7 @@ metadata:
labels
:
labels
:
{{
include "harbor.labels" . | nindent 4
}}
{{
include "harbor.labels" . | nindent 4
}}
spec
:
spec
:
host
:
"
{{
.Values.expose.ingress.hosts.core
}}"
host
:
"
{{
.Values.expose.ingress.hosts.core
}}
.{{
$.Values.global.host
}}
"
---
---
apiVersion
:
bcc.bd-apaas.com/v1alpha1
apiVersion
:
bcc.bd-apaas.com/v1alpha1
kind
:
IngressHost
kind
:
IngressHost
...
@@ -24,5 +24,5 @@ metadata:
...
@@ -24,5 +24,5 @@ metadata:
labels
:
labels
:
{{
include "harbor.labels" . | nindent 4
}}
{{
include "harbor.labels" . | nindent 4
}}
spec
:
spec
:
host
:
"
{{
.Values.expose.ingress.hosts.notary
}}"
host
:
"
{{
.Values.expose.ingress.hosts.notary
}}
.{{
$.Values.global.host
}}
"
{{
- end -
}}
{{
- end -
}}
templates/ingress/ingressroute.yaml
View file @
007cbd96
...
@@ -14,39 +14,39 @@ spec:
...
@@ -14,39 +14,39 @@ spec:
entryPoints
:
entryPoints
:
-
websecure
-
websecure
routes
:
routes
:
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}`) && PathPrefix(`/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.portal" .
}}
-
name
:
{{
template "harbor.portal" .
}}
port
:
{{
template "harbor.portal.servicePort" .
}}
port
:
{{
template "harbor.portal.servicePort" .
}}
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}`) && PathPrefix(`/api/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/api/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.core" .
}}
-
name
:
{{
template "harbor.core" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}`) && PathPrefix(`/service/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/service/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.core" .
}}
-
name
:
{{
template "harbor.core" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}`) && PathPrefix(`/v2/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/v2/`)
kind
:
Rule
kind
:
Rule
middlewares
:
middlewares
:
-
name
:
"
{{
template
"harbor.ingress" . }}-https"
-
name
:
"
{{
template
"harbor.ingress" . }}-https"
services
:
services
:
-
name
:
{{
template "harbor.core" .
}}
-
name
:
{{
template "harbor.core" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}`) && PathPrefix(`/chartrepo/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/chartrepo/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.core" .
}}
-
name
:
{{
template "harbor.core" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}`) && PathPrefix(`/c/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/c/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.core" .
}}
-
name
:
{{
template "harbor.core" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
-
match
:
Host(`{{ .Values.expose.ingress.hosts.notary }}`) && PathPrefix(`/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.notary }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.notary-server" .
}}
-
name
:
{{
template "harbor.notary-server" .
}}
...
@@ -68,37 +68,37 @@ spec:
...
@@ -68,37 +68,37 @@ spec:
entryPoints
:
entryPoints
:
-
web
-
web
routes
:
routes
:
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}`) && PathPrefix(`/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.portal" .
}}
-
name
:
{{
template "harbor.portal" .
}}
port
:
{{
template "harbor.portal.servicePort" .
}}
port
:
{{
template "harbor.portal.servicePort" .
}}
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}`) && PathPrefix(`/api/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/api/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.core" .
}}
-
name
:
{{
template "harbor.core" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}`) && PathPrefix(`/service/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/service/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.core" .
}}
-
name
:
{{
template "harbor.core" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}`) && PathPrefix(`/v2/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/v2/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.core" .
}}
-
name
:
{{
template "harbor.core" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}`) && PathPrefix(`/chartrepo/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/chartrepo/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.core" .
}}
-
name
:
{{
template "harbor.core" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}`) && PathPrefix(`/c/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.core }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/c/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.core" .
}}
-
name
:
{{
template "harbor.core" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
port
:
{{
template "harbor.core.servicePort" .
}}
-
match
:
Host(`{{ .Values.expose.ingress.hosts.notary }}`) && PathPrefix(`/`)
-
match
:
Host(`{{ .Values.expose.ingress.hosts.notary }}
.{{ $.Values.global.host }}
`) && PathPrefix(`/`)
kind
:
Rule
kind
:
Rule
services
:
services
:
-
name
:
{{
template "harbor.notary-server" .
}}
-
name
:
{{
template "harbor.notary-server" .
}}
...
...
templates/jobservice/jobservice-dpl.yaml
View file @
007cbd96
...
@@ -46,8 +46,12 @@ spec:
...
@@ -46,8 +46,12 @@ spec:
{{
- end
}}
{{
- end
}}
containers
:
containers
:
-
name
:
jobservice
-
name
:
jobservice
image
:
{{
.Values.jobservice.image.repository
}}
:{{ .Values.jobservice.image.tag }}
{{
- if contains "/" .Values.jobservice.image.repository
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
"
{{
.Values.jobservice.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.jobservice.image.hub
|
default
.Values.global.hub
}}/{{
.Values.jobservice.image.repository
}}:{{
.Values.jobservice.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
livenessProbe
:
livenessProbe
:
httpGet
:
httpGet
:
path
:
/api/v1/stats
path
:
/api/v1/stats
...
...
templates/nginx/deployment.yaml
View file @
007cbd96
...
@@ -41,8 +41,12 @@ spec:
...
@@ -41,8 +41,12 @@ spec:
{{
- end
}}
{{
- end
}}
containers
:
containers
:
-
name
:
nginx
-
name
:
nginx
image
:
"
{{
.Values.nginx.image.repository
}}:{{
.Values.nginx.image.tag
}}"
{{
- if contains "/" .Values.nginx.image.repository
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
}}"
image
:
"
{{
.Values.nginx.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.nginx.image.hub
|
default
.Values.global.hub
}}/{{
.Values.nginx.image.repository
}}:{{
.Values.nginx.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
{{
- $_
:
= set . "scheme" "HTTP" -
}}
{{
- $_
:
= set . "scheme" "HTTP" -
}}
{{
- $_
:
= set . "port" "8080" -
}}
{{
- $_
:
= set . "port" "8080" -
}}
{{
- if .Values.expose.tls.enabled
}}
{{
- if .Values.expose.tls.enabled
}}
...
...
templates/notary/notary-server.yaml
View file @
007cbd96
...
@@ -35,8 +35,12 @@ spec:
...
@@ -35,8 +35,12 @@ spec:
{{
- end
}}
{{
- end
}}
containers
:
containers
:
-
name
:
notary-server
-
name
:
notary-server
image
:
{{
.Values.notary.server.image.repository
}}
:{{ .Values.notary.server.image.tag }}
{{
- if contains "/" .Values.notary.server.image.repository
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
"
{{
.Values.notary.server.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.notary.server.image.hub
|
default
.Values.global.hub
}}/{{
.Values.notary.server.image.repository
}}:{{
.Values.notary.server.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
{{
- if .Values.notary.server.resources
}}
{{
- if .Values.notary.server.resources
}}
resources
:
resources
:
{{
toYaml .Values.notary.server.resources | indent 10
}}
{{
toYaml .Values.notary.server.resources | indent 10
}}
...
...
templates/notary/notary-signer.yaml
View file @
007cbd96
...
@@ -31,8 +31,12 @@ spec:
...
@@ -31,8 +31,12 @@ spec:
{{
- end
}}
{{
- end
}}
containers
:
containers
:
-
name
:
notary-signer
-
name
:
notary-signer
image
:
{{
.Values.notary.signer.image.repository
}}
:{{ .Values.notary.signer.image.tag }}
{{
- if contains "/" .Values.notary.signer.image.repository
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
"
{{
.Values.notary.signer.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.notary.signer.image.hub
|
default
.Values.global.hub
}}/{{
.Values.notary.signer.image.repository
}}:{{
.Values.notary.signer.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
{{
- if .Values.notary.signer.resources
}}
{{
- if .Values.notary.signer.resources
}}
resources
:
resources
:
{{
toYaml .Values.notary.signer.resources | indent 10
}}
{{
toYaml .Values.notary.signer.resources | indent 10
}}
...
...
templates/portal/deployment.yaml
View file @
007cbd96
...
@@ -35,8 +35,12 @@ spec:
...
@@ -35,8 +35,12 @@ spec:
{{
- end
}}
{{
- end
}}
containers
:
containers
:
-
name
:
portal
-
name
:
portal
image
:
{{
.Values.portal.image.repository
}}
:{{ .Values.portal.image.tag }}
{{
- if contains "/" .Values.portal.image.repository
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
"
{{
.Values.portal.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.portal.image.hub
|
default
.Values.global.hub
}}/{{
.Values.portal.image.repository
}}:{{
.Values.portal.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
{{
- if .Values.portal.resources
}}
{{
- if .Values.portal.resources
}}
resources
:
resources
:
{{
toYaml .Values.portal.resources | indent 10
}}
{{
toYaml .Values.portal.resources | indent 10
}}
...
...
templates/redis/statefulset.yaml
View file @
007cbd96
...
@@ -37,6 +37,12 @@ spec:
...
@@ -37,6 +37,12 @@ spec:
-
name
:
redis
-
name
:
redis
image
:
{{
.Values.redis.internal.image.repository
}}
:{{ .Values.redis.internal.image.tag }}
image
:
{{
.Values.redis.internal.image.repository
}}
:{{ .Values.redis.internal.image.tag }}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
{{
- if contains "/" .Values.chartmuseum.image.repository
}}
image
:
"
{{
.Values.chartmuseum.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.chartmuseum.image.hub
|
default
.Values.global.hub
}}/{{
.Values.chartmuseum.image.repository
}}:{{
.Values.chartmuseum.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
livenessProbe
:
livenessProbe
:
tcpSocket
:
tcpSocket
:
port
:
6379
port
:
6379
...
...
templates/registry/registry-dpl.yaml
View file @
007cbd96
...
@@ -46,8 +46,12 @@ spec:
...
@@ -46,8 +46,12 @@ spec:
{{
- end
}}
{{
- end
}}
containers
:
containers
:
-
name
:
registry
-
name
:
registry
image
:
{{
.Values.registry.registry.image.repository
}}
:{{ .Values.registry.registry.image.tag }}
{{
- if contains "/" .Values.registry.image.repository
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
"
{{
.Values.registry.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.registry.image.hub
|
default
.Values.global.hub
}}/{{
.Values.registry.image.repository
}}:{{
.Values.registry.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
livenessProbe
:
livenessProbe
:
httpGet
:
httpGet
:
path
:
/
path
:
/
...
...
templates/trivy/trivy-sts.yaml
View file @
007cbd96
...
@@ -44,8 +44,12 @@ spec:
...
@@ -44,8 +44,12 @@ spec:
automountServiceAccountToken
:
false
automountServiceAccountToken
:
false
containers
:
containers
:
-
name
:
trivy
-
name
:
trivy
image
:
{{
.Values.trivy.image.repository
}}
:{{ .Values.trivy.image.tag }}
{{
- if contains "/" .Values.trivy.image.repository
}}
imagePullPolicy
:
{{
.Values.imagePullPolicy
}}
image
:
"
{{
.Values.trivy.image.repository
}}"
{{
- else
}}
image
:
"
{{
.Values.trivy.image.hub
|
default
.Values.global.hub
}}/{{
.Values.trivy.image.repository
}}:{{
.Values.trivy.image.tag
|
default
.Values.global.tag
}}{{
template
"beagle.arch" . }}"
{{
- end
}}
imagePullPolicy
:
"
{{
.Values.imagePullPolicy
|
default
.Values.global.imagePullPolicy
}}"
securityContext
:
securityContext
:
privileged
:
false
privileged
:
false
allowPrivilegeEscalation
:
false
allowPrivilegeEscalation
:
false
...
...
values-operator.yaml
0 → 100644
View file @
007cbd96
global
:
hub
:
registry.cn-qingdao.aliyuncs.com/wod
imagePullPolicy
:
"
IfNotPresent"
arch
:
amd64
host
:
wodcloud.local
\ No newline at end of file
values.yaml
View file @
007cbd96
...
@@ -8,7 +8,7 @@ expose:
...
@@ -8,7 +8,7 @@ expose:
# is disabled, the port must be included in the command when pull/push
# is disabled, the port must be included in the command when pull/push
# images. Refer to https://github.com/goharbor/harbor/issues/5291
# images. Refer to https://github.com/goharbor/harbor/issues/5291
# for the detail.
# for the detail.
enabled
:
tru
e
enabled
:
fals
e
# The source of the tls certificate. Set it as "auto", "secret"
# The source of the tls certificate. Set it as "auto", "secret"
# or "none" and fill the information in the corresponding section
# or "none" and fill the information in the corresponding section
# 1) auto: generate the tls certificate automatically
# 1) auto: generate the tls certificate automatically
...
@@ -33,8 +33,8 @@ expose:
...
@@ -33,8 +33,8 @@ expose:
notarySecretName
:
"
"
notarySecretName
:
"
"
ingress
:
ingress
:
hosts
:
hosts
:
core
:
core.harbor.domain
core
:
hub
notary
:
notary
.harbor.domain
notary
:
notary
# set to the type of ingress controller if it has specific requirements.
# set to the type of ingress controller if it has specific requirements.
# leave as `default` for most ingress controllers.
# leave as `default` for most ingress controllers.
# set to `gce` if using the GCE ingress controller
# set to `gce` if using the GCE ingress controller
...
@@ -105,7 +105,7 @@ expose:
...
@@ -105,7 +105,7 @@ expose:
# the IP address of k8s node
# the IP address of k8s node
#
#
# If Harbor is deployed behind the proxy, set it as the URL of proxy
# If Harbor is deployed behind the proxy, set it as the URL of proxy
externalURL
:
https://
core.harbor.domain
externalURL
:
https://
hub
# The internal TLS used for harbor components secure communicating. In order to enable https
# The internal TLS used for harbor components secure communicating. In order to enable https
# in each components tls cert files need to provided in advance.
# in each components tls cert files need to provided in advance.
...
@@ -198,19 +198,19 @@ persistence:
...
@@ -198,19 +198,19 @@ persistence:
# Specify the "storageClass" used to provision the volume. Or the default
# Specify the "storageClass" used to provision the volume. Or the default
# StorageClass will be used(the default).
# StorageClass will be used(the default).
# Set it to "-" to disable dynamic provisioning
# Set it to "-" to disable dynamic provisioning
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
accessMode
:
ReadWriteOnce
size
:
5Gi
size
:
5
00
Gi
chartmuseum
:
chartmuseum
:
existingClaim
:
"
"
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
accessMode
:
ReadWriteOnce
size
:
5Gi
size
:
5Gi
jobservice
:
jobservice
:
existingClaim
:
"
"
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
accessMode
:
ReadWriteOnce
size
:
1Gi
size
:
1Gi
...
@@ -218,21 +218,21 @@ persistence:
...
@@ -218,21 +218,21 @@ persistence:
# be ignored
# be ignored
database
:
database
:
existingClaim
:
"
"
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
accessMode
:
ReadWriteOnce
size
:
1Gi
size
:
1
0
Gi
# If external Redis is used, the following settings for Redis will
# If external Redis is used, the following settings for Redis will
# be ignored
# be ignored
redis
:
redis
:
existingClaim
:
"
"
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
accessMode
:
ReadWriteOnce
size
:
1Gi
size
:
1Gi
trivy
:
trivy
:
existingClaim
:
"
"
existingClaim
:
"
"
storageClass
:
"
"
storageClass
:
"
hostpath
"
subPath
:
"
"
subPath
:
"
"
accessMode
:
ReadWriteOnce
accessMode
:
ReadWriteOnce
size
:
5Gi
size
:
5Gi
...
@@ -338,7 +338,7 @@ updateStrategy:
...
@@ -338,7 +338,7 @@ updateStrategy:
logLevel
:
info
logLevel
:
info
# The initial password of Harbor admin. Change it from portal after launching Harbor
# The initial password of Harbor admin. Change it from portal after launching Harbor
harborAdminPassword
:
"
Harbor12345
"
harborAdminPassword
:
"
spaceIN511
"
# The name of the secret which contains key named "ca.crt". Setting this enables the
# The name of the secret which contains key named "ca.crt". Setting this enables the
# download link on portal to download the certificate of CA when the certificate isn't
# download link on portal to download the certificate of CA when the certificate isn't
...
@@ -346,7 +346,7 @@ harborAdminPassword: "Harbor12345"
...
@@ -346,7 +346,7 @@ harborAdminPassword: "Harbor12345"
caSecretName
:
"
"
caSecretName
:
"
"
# The secret key used for encryption. Must be a string of 16 chars.
# The secret key used for encryption. Must be a string of 16 chars.
secretKey
:
"
not-a-secure-key
"
secretKey
:
"
IpTIscRIgmerlare
"
# The proxy settings for updating clair vulnerabilities from the Internet and replicating
# The proxy settings for updating clair vulnerabilities from the Internet and replicating
# artifacts from/to the registries that cannot be reached directly
# artifacts from/to the registries that cannot be reached directly
...
@@ -374,7 +374,7 @@ proxy:
...
@@ -374,7 +374,7 @@ proxy:
# If expose the service via "ingress", the Nginx will not be used
# If expose the service via "ingress", the Nginx will not be used
nginx
:
nginx
:
image
:
image
:
repository
:
goharbor/nginx-photon
repository
:
nginx
tag
:
v2.1.3
tag
:
v2.1.3
# set the service account to be used, default if left empty
# set the service account to be used, default if left empty
serviceAccountName
:
"
"
serviceAccountName
:
"
"
...
@@ -391,7 +391,7 @@ nginx:
...
@@ -391,7 +391,7 @@ nginx:
portal
:
portal
:
image
:
image
:
repository
:
goharbor/
harbor-portal
repository
:
harbor-portal
tag
:
v2.1.3
tag
:
v2.1.3
# set the service account to be used, default if left empty
# set the service account to be used, default if left empty
serviceAccountName
:
"
"
serviceAccountName
:
"
"
...
@@ -408,7 +408,7 @@ portal:
...
@@ -408,7 +408,7 @@ portal:
core
:
core
:
image
:
image
:
repository
:
goharbor/
harbor-core
repository
:
harbor-core
tag
:
v2.1.3
tag
:
v2.1.3
# set the service account to be used, default if left empty
# set the service account to be used, default if left empty
serviceAccountName
:
"
"
serviceAccountName
:
"
"
...
@@ -442,7 +442,7 @@ core:
...
@@ -442,7 +442,7 @@ core:
jobservice
:
jobservice
:
image
:
image
:
repository
:
goharbor/
harbor-jobservice
repository
:
harbor-jobservice
tag
:
v2.1.3
tag
:
v2.1.3
replicas
:
1
replicas
:
1
# set the service account to be used, default if left empty
# set the service account to be used, default if left empty
...
@@ -469,15 +469,16 @@ registry:
...
@@ -469,15 +469,16 @@ registry:
serviceAccountName
:
"
"
serviceAccountName
:
"
"
registry
:
registry
:
image
:
image
:
repository
:
goharbor/registry-photon
repository
:
registry
tag
:
v2.1.3
tag
:
2.7.1
# resources:
resources
:
# requests:
limits
:
# memory: 256Mi
memory
:
4Gi
# cpu: 100m
requests
:
memory
:
256Mi
controller
:
controller
:
image
:
image
:
repository
:
goharbor/
harbor-registryctl
repository
:
harbor-registryctl
tag
:
v2.1.3
tag
:
v2.1.3
# resources:
# resources:
...
@@ -524,8 +525,13 @@ chartmuseum:
...
@@ -524,8 +525,13 @@ chartmuseum:
# Harbor defaults ChartMuseum to returning relative urls, if you want using absolute url you should enable it by change the following value to 'true'
# Harbor defaults ChartMuseum to returning relative urls, if you want using absolute url you should enable it by change the following value to 'true'
absoluteUrl
:
false
absoluteUrl
:
false
image
:
image
:
repository
:
goharbor/chartmuseum-photon
repository
:
harbor-chartmuseum
tag
:
v2.1.3
tag
:
v2.1.3
storageSpec
:
type
:
hostPath
emptyDir
:
{}
hostPath
:
root
:
/data
replicas
:
1
replicas
:
1
# resources:
# resources:
# requests:
# requests:
...
@@ -543,7 +549,7 @@ clair:
...
@@ -543,7 +549,7 @@ clair:
serviceAccountName
:
"
"
serviceAccountName
:
"
"
clair
:
clair
:
image
:
image
:
repository
:
goharbor/clair-photon
repository
:
harbor-clair
tag
:
v2.1.3
tag
:
v2.1.3
# resources:
# resources:
# requests:
# requests:
...
@@ -551,7 +557,7 @@ clair:
...
@@ -551,7 +557,7 @@ clair:
# cpu: 100m
# cpu: 100m
adapter
:
adapter
:
image
:
image
:
repository
:
goharbor/clair-adapter-photon
repository
:
harbor-clair-adapter
tag
:
v2.1.3
tag
:
v2.1.3
# resources:
# resources:
# requests:
# requests:
...
@@ -572,7 +578,7 @@ trivy:
...
@@ -572,7 +578,7 @@ trivy:
enabled
:
true
enabled
:
true
image
:
image
:
# repository the repository for Trivy adapter image
# repository the repository for Trivy adapter image
repository
:
goharbor/trivy-adapter-photon
repository
:
harbor-trivy-adapter
# tag the tag for Trivy adapter image
# tag the tag for Trivy adapter image
tag
:
v2.1.3
tag
:
v2.1.3
# set the service account to be used, default if left empty
# set the service account to be used, default if left empty
...
@@ -630,7 +636,7 @@ notary:
...
@@ -630,7 +636,7 @@ notary:
# set the service account to be used, default if left empty
# set the service account to be used, default if left empty
serviceAccountName
:
"
"
serviceAccountName
:
"
"
image
:
image
:
repository
:
goharbor/notary-server-photon
repository
:
harbor-notary-server
tag
:
v2.1.3
tag
:
v2.1.3
replicas
:
1
replicas
:
1
# resources:
# resources:
...
@@ -641,7 +647,7 @@ notary:
...
@@ -641,7 +647,7 @@ notary:
# set the service account to be used, default if left empty
# set the service account to be used, default if left empty
serviceAccountName
:
"
"
serviceAccountName
:
"
"
image
:
image
:
repository
:
goharbor/notary-signer-photon
repository
:
harbor-notary-signer
tag
:
v2.1.3
tag
:
v2.1.3
replicas
:
1
replicas
:
1
# resources:
# resources:
...
@@ -669,14 +675,15 @@ database:
...
@@ -669,14 +675,15 @@ database:
# set the service account to be used, default if left empty
# set the service account to be used, default if left empty
serviceAccountName
:
"
"
serviceAccountName
:
"
"
image
:
image
:
repository
:
goharbor/
harbor-db
repository
:
harbor-db
tag
:
v2.1.3
tag
:
v2.1.3
# The initial superuser password for internal database
# The initial superuser password for internal database
password
:
"
changeit"
password
:
"
spaceIN511"
# resources:
resources
:
# requests:
limits
:
# memory: 256Mi
memory
:
4Gi
# cpu: 100m
requests
:
memory
:
256Mi
nodeSelector
:
{}
nodeSelector
:
{}
tolerations
:
[]
tolerations
:
[]
affinity
:
{}
affinity
:
{}
...
@@ -715,8 +722,8 @@ redis:
...
@@ -715,8 +722,8 @@ redis:
# set the service account to be used, default if left empty
# set the service account to be used, default if left empty
serviceAccountName
:
"
"
serviceAccountName
:
"
"
image
:
image
:
repository
:
goharbor/redis-photon
repository
:
redis
tag
:
v2.1.3
tag
:
6.0.9
# resources:
# resources:
# requests:
# requests:
# memory: 256Mi
# memory: 256Mi
...
...
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