From 59d54685e13017ba821e13eabfd6381a89a713ce Mon Sep 17 00:00:00 2001 From: Andrea Terzani Date: Tue, 10 Jun 2025 09:30:51 +0000 Subject: [PATCH] Updated hermione-deployment.yaml --- manifests/hermione-deployment.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/manifests/hermione-deployment.yaml b/manifests/hermione-deployment.yaml index 5a15448..6c2b120 100644 --- a/manifests/hermione-deployment.yaml +++ b/manifests/hermione-deployment.yaml @@ -4,7 +4,7 @@ metadata: name: hermione namespace: olympus spec: - replicas: 1 + replicas: 3 selector: matchLabels: app: hermione @@ -13,12 +13,22 @@ spec: labels: app: hermione spec: + volumes: + - name: apollo-pv-storage + persistentVolumeClaim: + claimName: private-azurefile-pvc containers: - name: hermione image: olympusreg.azurecr.io/hermione:a843dee4 env: - name: DEFAULT_CONNECTION_IDLE_TIMEOUT value: "300" + - name: FILE_UPLOAD_DIR + value: /mnt/hermione_storage/hermione/file_input_scenarios/ + volumeMounts: + - name: apollo-pv-storage + mountPath: /mnt/hermione_storage/hermione + subPath: hermione envFrom: - configMapRef: name: olympus-db-shared-cfg