Skip to content

Commit

Permalink
Add tolerations for model download job (#49)
Browse files Browse the repository at this point in the history
* add tolerations to model download job

* update changelog
  • Loading branch information
bd-g authored Nov 5, 2024
1 parent cd09206 commit 41c841b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/deepgram-self-hosted/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

### Fixed

- Add the Engine Deployment tolerations to the Engine's model download Job.

## [0.7.0] - 2024-10-24

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
spec:
affinity:
{{- toYaml .Values.engine.affinity | nindent 8 }}
tolerations:
{{- toYaml .Values.engine.tolerations | nindent 8 }}
containers:
- name: model-management
image: alpine
Expand Down

0 comments on commit 41c841b

Please sign in to comment.