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.
- Host: GitHub
- URL: https://github.com/jessebot/harbor-helm
- Owner: jessebot
- License: agpl-3.0
- Created: 2025-03-02T17:35:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-02T18:31:10.000Z (3 months ago)
- Last Synced: 2025-03-02T18:34:17.560Z (3 months ago)
- Language: Smarty
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |