Skip to content
This repository has been archived by the owner on Mar 5, 2020. It is now read-only.

Tune scaling settings to react better when traffic peaks come #28

Merged
merged 1 commit into from
Apr 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project's packages adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [v0.4.1]

### Changed

- Auto scaling settings has been adjusted based on past experiences. Now coreDNS responds better to a request peak.

## [v0.4.0]

### Changed
Expand Down
2 changes: 1 addition & 1 deletion helm/kubernetes-coredns-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: 1.5.0
description: A Helm chart for CoreDNS
name: kubernetes-coredns-chart
version: 0.4.0-[[ .SHA ]]
version: 0.4.1-[[ .SHA ]]
2 changes: 1 addition & 1 deletion helm/kubernetes-coredns-chart/templates/hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ spec:
apiVersion: extensions/v1beta1
kind: Deployment
name: coredns
targetCPUUtilizationPercentage: 80
targetCPUUtilizationPercentage: 70