diff --git a/manifests/deployment.yaml b/manifests/deployment.yaml index 2295f47..8275286 100644 --- a/manifests/deployment.yaml +++ b/manifests/deployment.yaml @@ -36,13 +36,13 @@ spec: requests: memory: "512Mi" cpu: "250m" - securityContext: - allowPrivilegeEscalation: false - capabilities: - drop: ["ALL"] - runAsNonRoot: true - seccompProfile: - type: RuntimeDefault + securityContext: {} + # allowPrivilegeEscalation: false + # capabilities: + # drop: ["ALL"] + # runAsNonRoot: true + # seccompProfile: + # type: RuntimeDefault volumes: - name: data-volume persistentVolumeClaim: