Skip to content

Commit

Permalink
feat: 1.config harbor
Browse files Browse the repository at this point in the history
  • Loading branch information
JuckZ committed Dec 4, 2022
1 parent 61527f6 commit fe290a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/harbor/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ expose:
# The name of secret which contains keys named:
# "tls.crt" - the certificate
# "tls.key" - the private key
secretName: ""
secretName: "harbor-tls"
# The name of secret which contains keys named:
# "tls.crt" - the certificate
# "tls.key" - the private key
# Only needed when the "expose.type" is "ingress".
notarySecretName: ""
notarySecretName: "notary.harbor-tls"
ingress:
hosts:
core: core.harbor.domain
notary: notary.harbor.domain
core: core.harbor.ihave.cool
notary: notary.harbor.ihave.cool
# set to the type of ingress controller if it has specific requirements.
# leave as `default` for most ingress controllers.
# set to `gce` if using the GCE ingress controller
Expand Down Expand Up @@ -123,7 +123,7 @@ expose:
# the IP address of k8s node
#
# If Harbor is deployed behind the proxy, set it as the URL of proxy
externalURL: https://core.harbor.domain
externalURL: https://core.harbor.ihave.cool

# 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.
Expand Down Expand Up @@ -202,7 +202,7 @@ ipFamily:
# For storing images and charts, you can also use "azure", "gcs", "s3",
# "swift" or "oss". Set it in the "imageChartStorage" section
persistence:
enabled: true
enabled: false
# Setting it to "keep" to avoid removing PVCs during a helm delete
# operation. Leaving it empty will delete PVCs after the chart deleted
# (this does not apply for PVCs that are created for internal database
Expand Down

0 comments on commit fe290a2

Please sign in to comment.