diff --git a/apps/base/customer1/hermes-agent/deployment.yaml b/apps/base/customer1/hermes-agent/deployment.yaml index ce0bd49..047e8af 100644 --- a/apps/base/customer1/hermes-agent/deployment.yaml +++ b/apps/base/customer1/hermes-agent/deployment.yaml @@ -175,7 +175,7 @@ spec: - name: WANTED_UID value: "1024" - name: WANTED_GID - value: "1024" + value: "1000" volumeMounts: - name: hermes-data mountPath: /home/hermeswebui/.hermes @@ -190,7 +190,7 @@ spec: securityContext: runAsUser: 1024 - runAsGroup: 1024 + runAsGroup: 1000 runAsNonRoot: false allowPrivilegeEscalation: true readOnlyRootFilesystem: false