Webhook scaling has no effect #1528
Unanswered
yves-harms
asked this question in
Questions
Replies: 1 comment
-
scaleUpTriggers:
- githubEvent: {}
duration: "15m"
amount: 1 this is legacy syntax, install the latest chart (and CRDs!!!!!!!) and use the workflow_job syntax unless you have a really compelling reason to use one of the other events scaleUpTriggers:
- githubEvent:
workflowJob: {}
duration: "15m" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I've deployed the runner controller with helm on kybernetes. Using the suggested webhook scaling config has no effect for me. The number of replicas wont increase, no matter how many workflows I'm manually triggering.
I've checked and the webhook server pod is available, there are no suspicious logs in the other pods to be found either.
My kybernetes scaling config:
runner-deployment.yml.txt
Could anyone offer any advice on how to that running?
Beta Was this translation helpful? Give feedback.
All reactions