Skip to content

Commit

Permalink
nginx-ingress-controller: Improve requests and autoscaling. (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko authored Jun 22, 2023
1 parent e1f2ecd commit 9b525b2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- nginx-ingress-controller: Improve requests and autoscaling. ([#715](https://github.com/giantswarm/giantnetes-terraform/pull/715))

## [14.16.0] - 2023-06-21

### Changed
Expand Down
12 changes: 7 additions & 5 deletions templates/files/apps/common/ingress-controller-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ data:
controller:
allowSnippetAnnotations: true
enableSSLChainCompletion: true
resources:
requests:
cpu: 1
memory: 350Mi
autoscaling:
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 80
service:
type: NodePort
configmap:
use-forwarded-headers: "false"
{{- if eq .Provider "aws" }}
use-proxy-protocol: "true"
{{- end }}
image:
registry: {{ .DockerRegistry }}
---
Expand Down

0 comments on commit 9b525b2

Please sign in to comment.