... | ... | @@ -2,7 +2,7 @@ |
|
|
|
|
|
Voici un schéma reprenant les étapes de déploiement à suivre pour installer la solution NumEcoEval en local via Kubernetes (K8s).
|
|
|
|
|
|

|
|
|
{width=620 height=399}
|
|
|
|
|
|
## Quels sont les pré-requis au niveau de l'infrastructure ?
|
|
|
|
... | ... | @@ -32,7 +32,9 @@ Ce dernier prend en moyenne entre 3 et 5 minutes le temps que [keycloak](https:/ |
|
|
|
|
|
## Le déploiement
|
|
|
|
|
|
Depuis le répertoire g4it:
|
|
|
### Où trouver les fichiers d'installation ?
|
|
|
|
|
|
Depuis le répertoire g4it: [URL](ddd) à venir
|
|
|
|
|
|
| Etape 1 | **helm dependency update** |
|
|
|
|---------|----------------------------|
|
... | ... | @@ -57,21 +59,23 @@ Il faut donc configurer les port forward manuellement: |
|
|
|
|
|
Sinon, vous pouvez modifier leur type de service pour les passer en LoadBalancer ou NodePort pour les rendre accessible directement sans avoir à configurer les port forward manuellement.
|
|
|
|
|
|
### La configuration du fichier values.yaml
|
|
|
### Comment configurer le fichier values.yaml?
|
|
|
|
|
|
En attente
|
|
|
|
|
|
### Désinstaller le fichier
|
|
|
### Comment désinstaller le fichier values.yaml?
|
|
|
|
|
|
<table>
|
|
|
<tr>
|
|
|
<th>Etape 1</th>
|
|
|
<th>helm uninstall g4it</th>
|
|
|
<th colspan="2"> Désinstaller</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>Etape 1</td>
|
|
|
<td>helm uninstall g4it</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
|
|
|
|
|
|
## Le Test
|
|
|
## Le Test
|
|
|
|
|
|
### Accès Frontend
|
|
|
|
... | ... | @@ -92,8 +96,11 @@ Pour accéder aux swaggers pour l'import des données au niveau de NumEcoEval, i |
|
|
|
|
|
<table>
|
|
|
<tr>
|
|
|
<th>Etape 1</th>
|
|
|
<th>kubectl port-forward svc/api-rest-referentiels 8085:8080</th>
|
|
|
<th colspan="2"> Exposition</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>Etape 1</td>
|
|
|
<td>kubectl port-forward svc/api-rest-referentiels 8085:8080</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
|
... | ... | @@ -112,8 +119,11 @@ Cette interface est directement accessible en suivant les étapes suivantes: |
|
|
|
|
|
<table>
|
|
|
<tr>
|
|
|
<th>Etape 1</th>
|
|
|
<th>helm uninstall g4it-test</th>
|
|
|
<th colspan="2"> Suppression</th>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
<td>Etape 1</td>
|
|
|
<td>helm uninstall g4it-test</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
|
... | ... | |