diff --git a/apps/base/customer1/hermes-agent/deployment.yaml b/apps/base/customer1/hermes-agent/deployment.yaml index cc47d6f..dccd32d 100644 --- a/apps/base/customer1/hermes-agent/deployment.yaml +++ b/apps/base/customer1/hermes-agent/deployment.yaml @@ -62,6 +62,7 @@ spec: runAsGroup: 0 seccompProfile: type: RuntimeDefault + runAsNonRoot: true image: nousresearch/hermes-agent:latest command: ["/bin/bash", "-c"] args: @@ -178,8 +179,7 @@ spec: volumeMounts: - name: hermes-data mountPath: /home/hermeswebui/.hermes - - name: webui-etc - mountPath: /etc + resources: requests: memory: 256Mi