From 095d2d6392ce3b97517c43fa0a240e17c3d703eb Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sat, 4 May 2024 12:47:10 +0200 Subject: [PATCH] remove limits --- infrastructure/gitea/actions.deployment.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/infrastructure/gitea/actions.deployment.yaml b/infrastructure/gitea/actions.deployment.yaml index 7b354ab..6ed7f93 100644 --- a/infrastructure/gitea/actions.deployment.yaml +++ b/infrastructure/gitea/actions.deployment.yaml @@ -11,19 +11,14 @@ spec: labels: app: actions-runner spec: + hostname: kube-runner containers: - name: actions-runner - hostname: kube-runner image: actions-runner - securityContext: - privileged: true # Add this line to allow running Docker resources: requests: memory: "128Mi" cpu: "500m" - limits: - memory: "256Mi" - cpu: "1000m" env: - name: GITEA_INSTANCE_URL value: "https://git.kluster.moll.re"