Skip to content

Commit c3d82eb

Browse files
committed
Update Blog “setting-up-harbor-as-a-local-container-registry-in-hpe-private-cloud-ai”
1 parent 486d14f commit c3d82eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/blog/setting-up-harbor-as-a-local-container-registry-in-hpe-private-cloud-ai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Based on the latest Helm charts from the official [*Harbor* site](https://helm.g
4040

4141
Additionally, the default *values.yaml* file has been modified with the following updates:
4242

43-
* introduced an *ezua* section to configure the *Istio Gateway* and expose a service endpoint:
43+
* introduced an *ezua* section to configure the *Istio Gateway* and expose the endpoint:
4444

4545
```bash
4646
ezua:
@@ -56,13 +56,13 @@ Additionally, the default *values.yaml* file has been modified with the followin
5656
persistence.persistentVolumeClaim.registry.size = 500G
5757
```
5858

59-
These updates are implemented in the revised *Harbor* Helm charts, available in the *GitHub* repository [*pcai-helm-examples*](https://github.com/GuopingJia/pcai-helm-examples/tree/main/harbor). With these customizations, *Harbor* can be seamlessly deployed into PCAI using the *Import Framework*:
59+
These updates are implemented in the revised *Harbor* Helm charts, available in the *GitHub* repository [*pcai-helm-examples*](https://github.com/GuopingJia/pcai-helm-examples/tree/main/harbor). With these customizations, *Harbor* can be easily deployed into PCAI using the *Import Framework*:
6060

6161
![](/img/import-harbor.png)
6262

6363
### Harbor UI access via its endpoint
6464

65-
After *Harbor* is deployed via the PCAI *Import Framework*, an **Imported** *Harbor* tile appears under *Tools & Frameworks* on the *Data Science* tab. A virtual service endpoint, e.g., *https://harbor.ingress.pcai0104.ld7.hpecolo.net*, is automatically configured and exposed, providing access to *Harbor*.
65+
After *Harbor* is deployed via the PCAI *Import Framework*, an **Imported** *Harbor* tile appears under *Tools & Frameworks* on the *Data Science* tab. A service endpoint, e.g., *https://harbor.ingress.pcai0104.ld7.hpecolo.net*, is automatically configured and exposed, providing access to *Harbor*.
6666

6767
![](/img/harbor-deployment.png)
6868

0 commit comments

Comments
 (0)