From 9330dab6e9375a05119b7af420987e1db7837c43 Mon Sep 17 00:00:00 2001 From: alfredeen Date: Wed, 15 May 2024 14:37:03 +0200 Subject: [PATCH] Removed some of the security context for the locust timescale postgres container. --- manifests/base/deployment.yaml | 2 +- manifests/base/postgres-deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/base/deployment.yaml b/manifests/base/deployment.yaml index 1513616..d3faf3e 100644 --- a/manifests/base/deployment.yaml +++ b/manifests/base/deployment.yaml @@ -16,7 +16,7 @@ spec: statefulset.kubernetes.io/pod-name: locust spec: securityContext: - runAsNonRoot: true + #runAsNonRoot: true seccompProfile: type: RuntimeDefault containers: diff --git a/manifests/base/postgres-deployment.yaml b/manifests/base/postgres-deployment.yaml index 0eb4449..81dba1a 100644 --- a/manifests/base/postgres-deployment.yaml +++ b/manifests/base/postgres-deployment.yaml @@ -35,7 +35,7 @@ spec: app: postgres spec: securityContext: - runAsNonRoot: true + #runAsNonRoot: true seccompProfile: type: RuntimeDefault containers: