From d2b0920454bc317c91b442b52776549d608e1bca Mon Sep 17 00:00:00 2001 From: toast-gear <15716903+toast-gear@users.noreply.github.com> Date: Fri, 28 May 2021 00:57:25 +0100 Subject: [PATCH] chore: removing dead chart parameters (#577) * chore: removing autoscale parameters * chore: removing dead parameter * chore: removing dead parameters --- charts/actions-runner-controller/values.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/charts/actions-runner-controller/values.yaml b/charts/actions-runner-controller/values.yaml index 551f5bd3..e5cb7215 100644 --- a/charts/actions-runner-controller/values.yaml +++ b/charts/actions-runner-controller/values.yaml @@ -84,13 +84,6 @@ resources: # cpu: 100m # memory: 128Mi -autoscaling: - enabled: false - minReplicas: 1 - maxReplicas: 100 - targetCPUUtilizationPercentage: 80 - # targetMemoryUtilizationPercentage: 80 - nodeSelector: {} tolerations: [] @@ -117,9 +110,7 @@ scope: githubWebhookServer: enabled: false - labels: {} replicaCount: 1 - syncPeriod: 10m secret: create: true name: "github-webhook-server"