añadido manual de harbor
This commit is contained in:
27
harbor/readme.md
Normal file
27
harbor/readme.md
Normal file
@@ -0,0 +1,27 @@
|
||||
## Instalacion de Harbor
|
||||
|
||||
|
||||
|
||||
### Fase 1: Despliegue con Ingress
|
||||
|
||||
```bash
|
||||
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](https://harbor.c2et.net)**
|
||||
>
|
||||
> Usuario: `admin`
|
||||
> Contraseña: la definida en `harborAdminPassword` (p.ej. `Harbor12345`)
|
||||
|
||||
```bash
|
||||
docker login harbor.c2et.net
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ expose:
|
||||
enabled: true
|
||||
certSource: auto
|
||||
ingress:
|
||||
ingressClassName: nginx
|
||||
className: nginx
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
hosts:
|
||||
|
||||
Reference in New Issue
Block a user