chore: Enhance acceptance test to cover webhook-based autoscaling for repo and org runners

Adds what I used while verifying #534
This commit is contained in:
Yusuke Kuoka
2021-05-11 06:30:57 +00:00
parent 9d961c58ff
commit 0510f19607
7 changed files with 145 additions and 4 deletions

20
acceptance/values.yaml Normal file
View File

@@ -0,0 +1,20 @@
# Set actions-runner-controller settings for testing
githubAPICacheDuration: 10s
githubWebhookServer:
enabled: true
labels: {}
replicaCount: 1
syncPeriod: 10m
secret:
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