Skip to content
Snippets Groups Projects
Commit f0d701e6 authored by SAVCHENKO Denys's avatar SAVCHENKO Denys
Browse files

fix

parent 83945dad
No related branches found
No related tags found
No related merge requests found
Pipeline #396670 passed
......@@ -222,7 +222,7 @@ Le chart a ce stade est disponible [ici](https://gitlab.in2p3.fr/si-apc/tp-kuber
Nous allons ajouter des variables aux modèles des manifests.
```yaml title=deployment.yaml
```yaml title="deployment.yaml"
...
spec:
replicas: {{ .Values.replicaCount }}
......@@ -286,6 +286,8 @@ spec:
storage: {{ .Values.storage.size }}
```
Les charts modifiés sont fourni [au repo](https://gitlab.in2p3.fr/si-apc/tp-kubernetes-si/-/tree/main/files/charts/step1)
Et aussi ajoutons les valeurs par défaut au fichier `values.yaml` :
```yaml title="values.yaml"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment