Files
kubernetes/harbor
2025-08-30 00:06:05 +02:00
..
2025-08-30 00:06:05 +02:00
2025-08-30 00:06:05 +02:00

Instalacion de Harbor

Fase 1: Despliegue con Ingress

helm repo add harbor https://helm.goharbor.io
helm repo update
helm install harbor harbor/harbor \
  --namespace harbor --create-namespace \
  -f values.yaml

Una vez listo, podrás acceder a:

https://harbor.c2et.net

Usuario: admin Contraseña: la definida en harborAdminPassword (p.ej. Harbor12345)

docker login harbor.c2et.net