Files
kube/harbor/README.md
Priit Laes a6439a3bd1 harbor: Migrate to kustomize + ArgoCD
Still some stuff missing like proper DragonFly resources
2025-07-12 16:27:17 +03:00

19 lines
554 B
Markdown

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:
```sh
kustomize build . --enable-helm
```
After initial deployment login with Harbor admin credentials and configure OIDC:
![OIDC configuration](harbor-oidc-config.png)