mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-12 12:36:55 +00:00
chore: removing dead chart parameters (#577)
* chore: removing autoscale parameters * chore: removing dead parameter * chore: removing dead parameters
This commit is contained in:
@@ -84,13 +84,6 @@ resources:
|
|||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
|
|
||||||
autoscaling:
|
|
||||||
enabled: false
|
|
||||||
minReplicas: 1
|
|
||||||
maxReplicas: 100
|
|
||||||
targetCPUUtilizationPercentage: 80
|
|
||||||
# targetMemoryUtilizationPercentage: 80
|
|
||||||
|
|
||||||
nodeSelector: {}
|
nodeSelector: {}
|
||||||
|
|
||||||
tolerations: []
|
tolerations: []
|
||||||
@@ -117,9 +110,7 @@ scope:
|
|||||||
|
|
||||||
githubWebhookServer:
|
githubWebhookServer:
|
||||||
enabled: false
|
enabled: false
|
||||||
labels: {}
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
syncPeriod: 10m
|
|
||||||
secret:
|
secret:
|
||||||
create: true
|
create: true
|
||||||
name: "github-webhook-server"
|
name: "github-webhook-server"
|
||||||
|
|||||||
Reference in New Issue
Block a user