added cap_audit_write

This commit is contained in:
2026-02-02 18:28:24 +11:00
parent 8427663d71
commit 9daa35178f

View File

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