From 45b666cc1681456241ac1f5b3a6077b6e2db7b96 Mon Sep 17 00:00:00 2001 From: theautomation Date: Wed, 21 Dec 2022 16:06:23 +0100 Subject: [PATCH] Removed security context --- deploy/k8s/manifest.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/deploy/k8s/manifest.yaml b/deploy/k8s/manifest.yaml index 06f4689..37e85ac 100644 --- a/deploy/k8s/manifest.yaml +++ b/deploy/k8s/manifest.yaml @@ -103,15 +103,10 @@ spec: labels: app: radicale spec: - securityContext: - fsGroup: 1000 containers: - name: radicale image: "harbor.k8s.lan/k8s/radicale:9" resources: {} - securityContext: - runAsUser: 1000 - runAsGroup: 1000 ports: - containerPort: 5232 protocol: TCP