Skip to content

Commit

Permalink
Remove Gantry ignoreAlarms override (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c authored May 3, 2023
1 parent aa02981 commit a888b4c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .changeset/thin-flies-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'skuba': patch
---

template/\*-rest-api: Remove Gantry `ignoreAlarms` override

This issue has been resolved in Gantry v2.2.0; see its [release notes](https://github.com/SEEK-Jobs/gantry/releases/tag/v2.2.0) for more information.

```diff
deployment:
- # SEEK-Jobs/gantry#488
- ignoreAlarms: true
```
2 changes: 0 additions & 2 deletions template/express-rest-api/gantry.apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ cpu: 256
memory: 512

deployment:
# SEEK-Jobs/gantry#488
ignoreAlarms: true
smokeTest:
path: /smoke
useExternalDns: true
Expand Down
2 changes: 0 additions & 2 deletions template/koa-rest-api/gantry.apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ cpu: 256
memory: 512

deployment:
# SEEK-Jobs/gantry#488
ignoreAlarms: true
smokeTest:
path: /smoke
useExternalDns: true
Expand Down

0 comments on commit a888b4c

Please sign in to comment.