From 675632a4a30c094d66ee3058d5ed16929b578ca3 Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Mon, 15 Apr 2024 23:11:53 +0200 Subject: [PATCH] net_bind_service --- infrastructure/03-traefik/base/deployment-traefik.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/03-traefik/base/deployment-traefik.yaml b/infrastructure/03-traefik/base/deployment-traefik.yaml index 5f33d66..849c863 100644 --- a/infrastructure/03-traefik/base/deployment-traefik.yaml +++ b/infrastructure/03-traefik/base/deployment-traefik.yaml @@ -98,8 +98,8 @@ spec: securityContext: allowPrivilegeEscalation: false capabilities: - drop: - - ALL + add: + - NET_BIND_SERVICE readOnlyRootFilesystem: true volumeMounts: - mountPath: /data