Skip to content

Commit

Permalink
Add variables for specifying node affinity and tolerations (#279)
Browse files Browse the repository at this point in the history
* testing node affinities and tolerations

* names are singular due to: hashicorp/terraform-provider-kubernetes#2066

* fix vars

* updated changelog and variables docs

---------

Co-authored-by: Georgi Ivanov <[email protected]>
  • Loading branch information
mollonado and givanovexpe authored Sep 25, 2024
1 parent e1d451e commit 2052e52
Show file tree
Hide file tree
Showing 5 changed files with 187 additions and 11 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ 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 adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [7.4.0] - 2024-09-25
### Added
- Added variables `hms_rw_tolerations` and `hms_ro_tolerations` to specify tolerations for the HMS ro and rw pods
- Added variables `hms_rw_node_affinity` and `hms_ro_node_affinity` to specify node affinities for the HMS ro and rw pods

## [7.3.9] - 2024-09-11
### Fixed
- Correct `MYSQL_DB_HOST` in readonly container.
Expand Down
Loading

0 comments on commit 2052e52

Please sign in to comment.