From a888b4ccf0290d1bcefb24b23b5e0ed8c31d94a3 Mon Sep 17 00:00:00 2001 From: Ryan Ling Date: Thu, 4 May 2023 09:19:47 +1000 Subject: [PATCH] Remove Gantry `ignoreAlarms` override (#1160) --- .changeset/thin-flies-laugh.md | 13 +++++++++++++ template/express-rest-api/gantry.apply.yml | 2 -- template/koa-rest-api/gantry.apply.yml | 2 -- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 .changeset/thin-flies-laugh.md diff --git a/.changeset/thin-flies-laugh.md b/.changeset/thin-flies-laugh.md new file mode 100644 index 000000000..f5caf0517 --- /dev/null +++ b/.changeset/thin-flies-laugh.md @@ -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 +``` diff --git a/template/express-rest-api/gantry.apply.yml b/template/express-rest-api/gantry.apply.yml index c80a02d73..13778c95c 100644 --- a/template/express-rest-api/gantry.apply.yml +++ b/template/express-rest-api/gantry.apply.yml @@ -108,8 +108,6 @@ cpu: 256 memory: 512 deployment: - # SEEK-Jobs/gantry#488 - ignoreAlarms: true smokeTest: path: /smoke useExternalDns: true diff --git a/template/koa-rest-api/gantry.apply.yml b/template/koa-rest-api/gantry.apply.yml index 86e44e4dd..d0269cfb5 100644 --- a/template/koa-rest-api/gantry.apply.yml +++ b/template/koa-rest-api/gantry.apply.yml @@ -115,8 +115,6 @@ cpu: 256 memory: 512 deployment: - # SEEK-Jobs/gantry#488 - ignoreAlarms: true smokeTest: path: /smoke useExternalDns: true