diff --git a/apps/base/customer1/hermes-agent/open-webui-deployment.yaml b/apps/base/customer1/hermes-agent/open-webui-deployment.yaml index 5c209e4..af8801b 100644 --- a/apps/base/customer1/hermes-agent/open-webui-deployment.yaml +++ b/apps/base/customer1/hermes-agent/open-webui-deployment.yaml @@ -54,6 +54,12 @@ spec: runAsUser: 1000 seccompProfile: type: RuntimeDefault + volumeMounts: + - name: open-webui-data + mountPath: /app/backend/data + volumes: + - name: open-webui-data + emptyDir: {} securityContext: runAsNonRoot: true runAsUser: 1000