You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Pre-Requisits

Nginx Ingress Controller

export HELM_EXPERIMENTAL_OCI=1
helm install ingress-controller oci://ghcr.io/nginxinc/charts/nginx-ingress --version 0.18.1 


Installation

https://goharbor.io/docs/2.9.0/install-config/harbor-ha-helm/


Pull the helm chart

helm repo add harbor https://helm.goharbor.io
helm fetch harbor/harbor --untar


Add values-local.yaml file for customization

cd harbor
vi values-local.yaml
expose:
  ingress:
    className: nginx
#
#harborAdminPassword: password


Install

	helm upgrade --install -f values-local.yaml harbor .



Add Host Aliases

sudo vi /etc/hosts

127.0.0.1       core.harbor.domain
127.0.0.1       notary.harbor.domain





  • No labels