diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 250b77d..024817c 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -67,16 +67,18 @@ spec: name: ssh-working resources: limits: - memory: "2Gi" + memory: "1Gi" cpu: "1000m" requests: - memory: "512Mi" + memory: "128Mi" cpu: "250m" securityContext: runAsUser: 1000 runAsGroup: 1000 fsGroup: 1000 allowPrivilegeEscalation: true + capabilities: + add: ["CAP_AUDIT_WRITE"] volumes: - name: data-volume persistentVolumeClaim: