Investigate further Harbor deployment possibilities to ensure HA of the Harbor
Created by: matofeder
This repository contains the Harbor deployment manifest that uses helm chart for Harbor. It is coupled in the kustomize base and intended to be deployed by flux2.
Helm chart for Harbor is configured here to deploy dependent databases Postgres and Redis in non-HA setup (databases are configured to be deployed with 1 replica) and uses local filesystem storage for images and charts.
Note: Helm chart for Harbor does not support HA deployment for storage layer. It is expected that the user provides an HA storage layer on its own.
Investigate other possibilities for how to deploy Harbor in HA mode.