An open API service indexing awesome lists of open source software.

https://github.com/jessebot/harbor-helm

Yet another helm chart for harbor on kubernetes.
https://github.com/jessebot/harbor-helm

Last synced: 3 months ago
JSON representation

Yet another helm chart for harbor on kubernetes.

Awesome Lists containing this project

README

        

# Harbor Helm Chart

A simple harbor helm chart, which is less scary to configure than the official chart.

> [!NOTE]
> For compliance with core components, Harbor builds the adapter service binaries into Docker images based on Photon OS. For this reason you will encounter docker-images named with the suffix `-photon` to denote the use of Photon OS.

## What you need

Harbor is made up of a few parts:

| component | description |
|---------------|-----------------------------|
| harbor `core` | admin and API server |
| harbor `registry` | docker registry |
| harbor `portal`| Web UI & Auth |
| harbor `job service`| job execution queue service |
| harbor `exporter` | metrics exporter |
| trivy | this does security scanning |
| nginx | HTTP Proxy |
| redis | job metadata, data cache |
| postgres | metadata of Harbor models (users, projects etc...)|
| s3 | data persistence for artifacts |

![harbor drawio](https://github.com/user-attachments/assets/fb92c7ec-c8cf-4e2a-982f-cf4643a289ec)