From b9e3291041211fd2b61c588ff53584889551c314 Mon Sep 17 00:00:00 2001 From: alfredeen Date: Wed, 15 May 2024 14:51:34 +0200 Subject: [PATCH] Removed some of the security context for the locust timescale postgres container. --- manifests/base/postgres-deployment.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/manifests/base/postgres-deployment.yaml b/manifests/base/postgres-deployment.yaml index 81dba1a..4f9d885 100644 --- a/manifests/base/postgres-deployment.yaml +++ b/manifests/base/postgres-deployment.yaml @@ -34,10 +34,6 @@ spec: labels: app: postgres spec: - securityContext: - #runAsNonRoot: true - seccompProfile: - type: RuntimeDefault containers: - name: postgres image: cyberw/locust-timescale:6 #postgres:latest @@ -46,8 +42,6 @@ spec: name: postgres-secret ports: - containerPort: 5432 - securityContext: - allowPrivilegeEscalation: false capabilities: drop: ["ALL"] resources: