From 60ed9b6d8fe1769557e72d3da7b1bce110d91ee2 Mon Sep 17 00:00:00 2001 From: Myrotvorets Date: Sat, 6 Apr 2024 06:01:13 +0300 Subject: [PATCH] Fix GH-1315, GH-1316 --- iac/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/iac/deployment.yaml b/iac/deployment.yaml index 768de22e..0b03738c 100644 --- a/iac/deployment.yaml +++ b/iac/deployment.yaml @@ -13,6 +13,7 @@ spec: labels: app: myrnews-bot spec: + automountServiceAccountToken: false dnsConfig: nameservers: - "8.8.8.8" @@ -35,6 +36,7 @@ spec: limits: memory: "128Mi" cpu: "500m" + ephemeral-storage: "10Mi" securityContext: allowPrivilegeEscalation: false privileged: false