Skip to content

Commit

Permalink
Merge pull request #73 from oslabs-beta/dev
Browse files Browse the repository at this point in the history
updating dev to main
  • Loading branch information
ks1009 authored Dec 15, 2022
2 parents 2622697 + e3629ce commit f95437d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ KEDALyze is an open-source product that gives users the ability to visualize KED
Prometheus queries are the event triggers we used to horizontally auto scale our pods.
Customizing the KEDA scaled object to use http requests, we are able to deploy replica pods once the requests have reached a certain threshold.
We've incorporated Grafana to allow monitoring of the http requests of your application, alongside with the autoscaling that is triggered.
Our charts give users the security to know that KEDA is functional, deploying pods at higher workloads and disapating them when they are no longer necessary.
Our charts give users the security to know that KEDA is functional, deploying pods at higher workloads and dissipating them when they are no longer necessary.

<p align="right">(<a href="#kedalyze">back to top</a>)</p>

Expand Down
4 changes: 2 additions & 2 deletions config/SampleApplication/scaled-object.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ spec:
# target our deployment
name: go-prom-app
# Interval to when check Prometheus in this case
pollingInterval: 15
pollingInterval: 5
# The period to wait after the last trigger reported active
# before scaling the deployment back to 0
cooldownPeriod: 30
cooldownPeriod: 15
# min replicas keda will scale to
# if you have an app that has an dependency on pubsub
# this would be a good use case to set it to zero
Expand Down
Binary file modified demo-gifs/KEDA.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f95437d

Please sign in to comment.