@@ -25,16 +25,16 @@ expose:
25
25
# The name of secret which contains keys named:
26
26
# "tls.crt" - the certificate
27
27
# "tls.key" - the private key
28
- secretName : " "
28
+ secretName : " harbor-tls "
29
29
# The name of secret which contains keys named:
30
30
# "tls.crt" - the certificate
31
31
# "tls.key" - the private key
32
32
# Only needed when the "expose.type" is "ingress".
33
- notarySecretName : " "
33
+ notarySecretName : " notary.harbor-tls "
34
34
ingress :
35
35
hosts :
36
- core : core.harbor.domain
37
- notary : notary.harbor.domain
36
+ core : core.harbor.ihave.cool
37
+ notary : notary.harbor.ihave.cool
38
38
# set to the type of ingress controller if it has specific requirements.
39
39
# leave as `default` for most ingress controllers.
40
40
# set to `gce` if using the GCE ingress controller
@@ -123,7 +123,7 @@ expose:
123
123
# the IP address of k8s node
124
124
#
125
125
# 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
127
127
128
128
# The internal TLS used for harbor components secure communicating. In order to enable https
129
129
# in each components tls cert files need to provided in advance.
@@ -202,7 +202,7 @@ ipFamily:
202
202
# For storing images and charts, you can also use "azure", "gcs", "s3",
203
203
# "swift" or "oss". Set it in the "imageChartStorage" section
204
204
persistence :
205
- enabled : true
205
+ enabled : false
206
206
# Setting it to "keep" to avoid removing PVCs during a helm delete
207
207
# operation. Leaving it empty will delete PVCs after the chart deleted
208
208
# (this does not apply for PVCs that are created for internal database
0 commit comments