From b16a920c3dba992144b9db5acc978735a71e9eb0 Mon Sep 17 00:00:00 2001 From: Vaibhav Pathak Date: Thu, 29 Jan 2026 12:04:28 +0530 Subject: [PATCH] k8s context issue resolved --- helm/schedulerservice/values-local.yaml | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/helm/schedulerservice/values-local.yaml b/helm/schedulerservice/values-local.yaml index a2f4106..ba20fc3 100644 --- a/helm/schedulerservice/values-local.yaml +++ b/helm/schedulerservice/values-local.yaml @@ -10,20 +10,10 @@ image: pullPolicy: IfNotPresent tag: "1767770163300" -# Relaxed security for local development -podSecurityContext: - fsGroup: 1000 - runAsNonRoot: false - runAsUser: 0 +# Relaxed security for local development - Tomcat needs permissive settings +podSecurityContext: {} -securityContext: - allowPrivilegeEscalation: false - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - capabilities: - drop: - - ALL +securityContext: {} service: type: ClusterIP