openedx-actions/Open edX Tutor k8s configure autoscaling policy
Github Action to configure k8s HorizontalPodAutoscaler for a pod
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pod-name | The name of the pod. Examples: lms, lms-worker, cms, cms-worker, discovery, notes, mfe | yes | — |
| cpu-threshold | Average maximum cpu utilization percentage per pod to be maintained. Default is 50 | no | 50 |
| minimum-pods | The lower limit for the number of pods that can be set by the autoscaler. Default is 1 | no | 1 |
| maximum-pods | The upper limit for the number of pods that can be set by the autoscaler. Default is 10 | no | 10 |
Outputs
no outputs