mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-26 11:37:52 +08:00
* Remove legacy GitHub API cache of HRA.Status.CachedEntries We migrated to the transport-level cache introduced in #1127 so not only this is useless, it is harder to deduce which cache resulted in the desired replicas number calculated by HRA. Just remove the legacy cache to keep it simple and easy to understand. * Deprecate githubAPICacheDuration helm chart value and the --github-api-cache-duration as well * Fix integration test
24 lines
508 B
YAML
24 lines
508 B
YAML
# Set actions-runner-controller settings for testing
|
|
logLevel: "-3"
|
|
githubWebhookServer:
|
|
logLevel: "-3"
|
|
enabled: true
|
|
labels: {}
|
|
replicaCount: 1
|
|
syncPeriod: 10m
|
|
useRunnerGroupsVisibility: true
|
|
secret:
|
|
enabled: true
|
|
# create: true
|
|
name: "github-webhook-server"
|
|
### GitHub Webhook Configuration
|
|
#github_webhook_secret_token: ""
|
|
service:
|
|
type: NodePort
|
|
ports:
|
|
- port: 80
|
|
targetPort: http
|
|
protocol: TCP
|
|
name: http
|
|
nodePort: 31000
|