Files
kube/harbor
rasmus efb467e425 dragonfly: scale to 1 instance (hotfix)
eaas: dragonfly has 1 rw instance and applications
don't realize and change over from ro to rw when
the leader changes.
2025-07-17 10:52:21 +03:00
..
2022-08-25 11:22:50 +03:00

Deploy with:

kubectl create namespace harbor-operator
kubectl -n harbor-operator create secret generic harbor-minio-credentials --from-literal REGISTRY_STORAGE_S3_ACCESSKEY=...--from-literal=REGISTRY_STORAGE_S3_SECRETKEY=...
kubectl -n harbor-operator create secret generic harbor-postgres-password --from-literal password=...

Deployment

With ArgoCD. Render it locally:

kustomize build . --enable-helm

After initial deployment login with Harbor admin credentials and configure OIDC:

OIDC configuration