From 97c5bf5791a6a6acdb2a1bd6c44e8f4d9879af65 Mon Sep 17 00:00:00 2001 From: Victor Lacasse-Beaudoin Date: Tue, 4 Feb 2025 18:14:46 -0500 Subject: [PATCH] =?UTF-8?q?kubernetes:=20bump=20babillard=20=C3=A0=207.0.3?= =?UTF-8?q?=20et=20WIP=20nfs=20volume?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubernetes/deployment.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/kubernetes/deployment.yaml b/kubernetes/deployment.yaml index 56d8b6a..571466e 100644 --- a/kubernetes/deployment.yaml +++ b/kubernetes/deployment.yaml @@ -16,6 +16,15 @@ spec: spec: containers: - name: babillard - image: git.agecem.com/agecem/babillard:latest + image: git.agecem.com/agecem/babillard:7.0.3 ports: - containerPort: 8080 + volumeMounts: + - name: babillard-nfs + mountPath: "/app/contenu" + volumes: + - name: babillard-nfs + nfs: + server: fs.agecem.com + path: /mnt/Pool1/babillard + readOnly: true -- 2.45.3