Skip to content

Commit fe290a2

Browse files
committed
feat: 1.config harbor
1 parent 61527f6 commit fe290a2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

charts/harbor/values.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ expose:
2525
# The name of secret which contains keys named:
2626
# "tls.crt" - the certificate
2727
# "tls.key" - the private key
28-
secretName: ""
28+
secretName: "harbor-tls"
2929
# The name of secret which contains keys named:
3030
# "tls.crt" - the certificate
3131
# "tls.key" - the private key
3232
# Only needed when the "expose.type" is "ingress".
33-
notarySecretName: ""
33+
notarySecretName: "notary.harbor-tls"
3434
ingress:
3535
hosts:
36-
core: core.harbor.domain
37-
notary: notary.harbor.domain
36+
core: core.harbor.ihave.cool
37+
notary: notary.harbor.ihave.cool
3838
# set to the type of ingress controller if it has specific requirements.
3939
# leave as `default` for most ingress controllers.
4040
# set to `gce` if using the GCE ingress controller
@@ -123,7 +123,7 @@ expose:
123123
# the IP address of k8s node
124124
#
125125
# If Harbor is deployed behind the proxy, set it as the URL of proxy
126-
externalURL: https://core.harbor.domain
126+
externalURL: https://core.harbor.ihave.cool
127127

128128
# The internal TLS used for harbor components secure communicating. In order to enable https
129129
# in each components tls cert files need to provided in advance.
@@ -202,7 +202,7 @@ ipFamily:
202202
# For storing images and charts, you can also use "azure", "gcs", "s3",
203203
# "swift" or "oss". Set it in the "imageChartStorage" section
204204
persistence:
205-
enabled: true
205+
enabled: false
206206
# Setting it to "keep" to avoid removing PVCs during a helm delete
207207
# operation. Leaving it empty will delete PVCs after the chart deleted
208208
# (this does not apply for PVCs that are created for internal database

0 commit comments

Comments
 (0)