Skip to content

Commit

Permalink
Explicitly set aws-node-termination-handler queue region so crash-loo…
Browse files Browse the repository at this point in the history
…ps are avoided, allowing faster startup
  • Loading branch information
AndiDog committed Dec 17, 2024
1 parent 6c0a489 commit 7129e40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 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]

### Fixed

- Explicitly set aws-node-termination-handler queue region so crash-loops are avoided, allowing faster startup

## [2.5.0] - 2024-12-13

### Added
Expand Down
2 changes: 2 additions & 0 deletions helm/cluster-aws/templates/aws-nth-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
{{- define "defaultAwsNodeTerminationHandlerHelmValues" }}
awsNodeTerminationHandler:
values:
awsRegion: {{ include "aws-region" $ | quote }}

image:
registry: {{ include "awsContainerImageRegistry" $ }}

Expand Down

0 comments on commit 7129e40

Please sign in to comment.