Skip to content

Commit

Permalink
Merge branch 'main' into release-action
Browse files Browse the repository at this point in the history
  • Loading branch information
sivchari committed Mar 25, 2024
2 parents d934cf8 + 3bf0bb4 commit f86a286
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @ubie-oss/platform-oss-maintainers
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# CronHPA

This library is forked from [dtaniwaki/cron-hpa](https://github.com/dtaniwaki/cron-hpa), because we want to relace CronHorizontalPodAutoscaler to ideal state.
CronHPA was created by [dtaniwaki](https://github.com/dtaniwaki/cron-hpa). We forked because the original version is no longer being actively maintained.

[![Go Reference][godoc-image]][godoc-link]
[![Coverage Status][cov-image]][cov-link]

CronHPA is an operator to update HPA resources based on schedules. For example, you can decrease min replicas in the night-time and increase it in the day-time.
CronHPA is an operator designed to modify Horizontal Pod Autoscaler (HPA) resources according to specific schedules. This functionality allows for dynamic adjustments, such as reducing the minimum number of replicas during night-time hours and increasing them during day-time hours.

Here's a `CronHPA` example.

Expand Down Expand Up @@ -116,7 +116,7 @@ You will see sample HPA and deployment in the current context, maybe `default` d

## Copyright

Copyright (c) 2021 Daisuke Taniwaki. See [LICENSE](LICENSE) for details.
Copyright (c) 2024 Ubie, Inc. See [LICENSE](LICENSE) for details.


[godoc-image]: https://pkg.go.dev/badge/github.com/ubie-oss/cron-hpa.svg
Expand Down

0 comments on commit f86a286

Please sign in to comment.