Update deployment.yaml

This commit is contained in:
sirius0xdev 2026-05-07 13:55:01 -04:00 committed by GitHub
parent f603a4cb8b
commit 3e9f23f4ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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