Updated hermione-deployment.yaml
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: hermione
|
name: hermione
|
||||||
namespace: olympus
|
namespace: olympus
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 3
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: hermione
|
app: hermione
|
||||||
@@ -13,12 +13,22 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: hermione
|
app: hermione
|
||||||
spec:
|
spec:
|
||||||
|
volumes:
|
||||||
|
- name: apollo-pv-storage
|
||||||
|
persistentVolumeClaim:
|
||||||
|
claimName: private-azurefile-pvc
|
||||||
containers:
|
containers:
|
||||||
- name: hermione
|
- name: hermione
|
||||||
image: olympusreg.azurecr.io/hermione:a843dee4
|
image: olympusreg.azurecr.io/hermione:a843dee4
|
||||||
env:
|
env:
|
||||||
- name: DEFAULT_CONNECTION_IDLE_TIMEOUT
|
- name: DEFAULT_CONNECTION_IDLE_TIMEOUT
|
||||||
value: "300"
|
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:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: olympus-db-shared-cfg
|
name: olympus-db-shared-cfg
|
||||||
|
|||||||
Reference in New Issue
Block a user