Updated hermione-deployment.yaml

This commit is contained in:
Andrea Terzani
2025-06-10 09:30:51 +00:00
parent e5e4329dca
commit 59d54685e1

View File

@@ -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