Harbor Installation and container list has errors (dsr10)

Change-Id: I97e72614573693353f235a848ab76002a7521b84
Signed-off-by: Ngairangbam Mili <ngairangbam.mili@windriver.com>
This commit is contained in:
Ngairangbam Mili 2025-01-06 06:45:31 +00:00
parent 47040fa69b
commit 51665ee26e
2 changed files with 13 additions and 17 deletions

@ -189,7 +189,7 @@ Harbor Installation
.. code-block:: none .. code-block:: none
expose: expose:
type: ingress. # Type should be ingress type: ingress # Type should be ingress
tls: tls:
enabled: true enabled: true
certSource: secret certSource: secret
@ -202,7 +202,7 @@ Harbor Installation
notary: notary.yourdomian.com # Notary Domain name notary: notary.yourdomian.com # Notary Domain name
annotations: annotations:
kubernetes.io/ingress.class: nginx. # Add ingressclass name. It would be "nginx" if you are using default ingress controller. kubernetes.io/ingress.class: nginx. # Add ingressclass name. It would be "nginx" if you are using default ingress controller.
nginx.org/client-max-body-size: "0". # Add this notation for nginx otherwise nginx will reject the image pull & push nginx.org/client-max-body-size: "0" # Add this notation for nginx otherwise nginx will reject the image pull & push
externalURL: https://harbor.yourdomian.com # URL of harbor externalURL: https://harbor.yourdomian.com # URL of harbor
@ -230,7 +230,6 @@ Harbor Installation
subPath: "" subPath: ""
accessMode: ReadWriteMany accessMode: ReadWriteMany
size: 100Gi size: 100Gi
annotations: {}
jobservice: jobservice:
jobLog: jobLog:
existingClaim: "" existingClaim: ""
@ -238,7 +237,6 @@ Harbor Installation
subPath: "" subPath: ""
accessMode: ReadWriteMany accessMode: ReadWriteMany
size: 1Gi size: 1Gi
annotations: {}
Example for Ingress: Example for Ingress:
@ -254,7 +252,6 @@ Harbor Installation
subPath: "" subPath: ""
accessMode: ReadWriteMany accessMode: ReadWriteMany
size: 100Gi size: 100Gi
annotations: {}
jobservice: jobservice:
jobLog: jobLog:
existingClaim: "" existingClaim: ""
@ -262,7 +259,6 @@ Harbor Installation
subPath: "" subPath: ""
accessMode: ReadWriteMany accessMode: ReadWriteMany
size: 1Gi size: 1Gi
annotations: {}
#. Update the Helm overrides. #. Update the Helm overrides.

@ -269,7 +269,7 @@ the table to navigate to the applications based on your requirement.
docker.io/goharbor/notary-signer-photon:v2.8.0 docker.io/goharbor/notary-signer-photon:v2.8.0
docker.io/goharbor/harbor-portalv2.8.0 docker.io/goharbor/harbor-portal:v2.8.0
docker.io/goharbor/redis-photon:v2.8.0 docker.io/goharbor/redis-photon:v2.8.0