Update deployment.yaml
This commit is contained in:
parent
f603a4cb8b
commit
3e9f23f4ca
1 changed files with 5 additions and 0 deletions
|
|
@ -179,6 +179,8 @@ spec:
|
|||
volumeMounts:
|
||||
- name: hermes-data
|
||||
mountPath: /home/hermeswebui/.hermes
|
||||
- name: hermes-webui-app
|
||||
mountPath: /app
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
|
@ -206,6 +208,9 @@ spec:
|
|||
- name: hermes-data
|
||||
persistentVolumeClaim:
|
||||
claimName: hermes-agent-pvc
|
||||
- name: hermes-webui-app
|
||||
emptyDir: {}
|
||||
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue