From 2d70236196201714c00109041e5914151be47bc6 Mon Sep 17 00:00:00 2001 From: thenav56 Date: Fri, 22 May 2026 14:54:42 +0545 Subject: [PATCH 01/10] alert-hub(staging): pod resources fix --- applications/argocd/staging/applications/alert-hub-backend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/argocd/staging/applications/alert-hub-backend.yaml b/applications/argocd/staging/applications/alert-hub-backend.yaml index c869fbf..8f0c862 100644 --- a/applications/argocd/staging/applications/alert-hub-backend.yaml +++ b/applications/argocd/staging/applications/alert-hub-backend.yaml @@ -10,7 +10,7 @@ spec: source: repoURL: ghcr.io/ifrcgo chart: ifrcgo-alert-hub-helm - targetRevision: 0.1.1-develop.ca9d3c81 + targetRevision: 0.1.1-develop.cb870e50 helm: valueFiles: - values-go-deploy.yaml From 1a60b8ba3152a15615776cc15450ef019b79684f Mon Sep 17 00:00:00 2001 From: thenav56 Date: Fri, 22 May 2026 14:58:52 +0545 Subject: [PATCH 02/10] alert-hub(prod): pod resources fix --- .../production/applications/alert-hub-backend.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/applications/argocd/production/applications/alert-hub-backend.yaml b/applications/argocd/production/applications/alert-hub-backend.yaml index 5bb29d8..5af0b26 100644 --- a/applications/argocd/production/applications/alert-hub-backend.yaml +++ b/applications/argocd/production/applications/alert-hub-backend.yaml @@ -10,7 +10,7 @@ spec: source: repoURL: ghcr.io/ifrcgo chart: ifrcgo-alert-hub-helm - targetRevision: 0.1.1-develop.ca9d3c81 + targetRevision: 0.1.1-develop.cb870e50 helm: valueFiles: - values-go-deploy.yaml @@ -44,14 +44,6 @@ spec: clientID: "5853dc85-0d06-4f6d-9145-c72680a65ad9" keyvaultName: "alert-hub-production-kv" tenantId: "a2b53be5-734e-4e6c-ab0d-d184f60fd917" - # App level configs - temporary - api: - replicaCount: 2 - resources: - requests: - memory: 2Gi - limits: - memory: 2Gi destination: server: https://kubernetes.default.svc namespace: alert-hub From 18369dc3beb6aeb146047fe3d584b3e5ab5c042e Mon Sep 17 00:00:00 2001 From: thenav56 Date: Fri, 22 May 2026 15:54:46 +0545 Subject: [PATCH 03/10] chore(eoapi): lower cpu requests --- .../production/applications/montandon-eoapi/application.yaml | 2 +- .../staging/applications/montandon-eoapi/application.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/argocd/production/applications/montandon-eoapi/application.yaml b/applications/argocd/production/applications/montandon-eoapi/application.yaml index b8ad213..b2dc239 100644 --- a/applications/argocd/production/applications/montandon-eoapi/application.yaml +++ b/applications/argocd/production/applications/montandon-eoapi/application.yaml @@ -60,7 +60,7 @@ spec: resources: requests: memory: "2048Mi" - cpu: "500m" + cpu: "10m" limits: memory: "4096Mi" cpu: "1000m" diff --git a/applications/argocd/staging/applications/montandon-eoapi/application.yaml b/applications/argocd/staging/applications/montandon-eoapi/application.yaml index 198b5d3..574c9b0 100644 --- a/applications/argocd/staging/applications/montandon-eoapi/application.yaml +++ b/applications/argocd/staging/applications/montandon-eoapi/application.yaml @@ -60,7 +60,7 @@ spec: resources: requests: memory: "2048Mi" - cpu: "500m" + cpu: "10m" limits: memory: "4096Mi" cpu: "1000m" From 78993421f93ed6000d0883281219e481af8f7331 Mon Sep 17 00:00:00 2001 From: thenav56 Date: Fri, 22 May 2026 16:05:02 +0545 Subject: [PATCH 04/10] fix(alerthub-backend): lower worker cpu requests --- .../argocd/production/applications/alert-hub-backend.yaml | 2 +- applications/argocd/staging/applications/alert-hub-backend.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/argocd/production/applications/alert-hub-backend.yaml b/applications/argocd/production/applications/alert-hub-backend.yaml index 5af0b26..820d736 100644 --- a/applications/argocd/production/applications/alert-hub-backend.yaml +++ b/applications/argocd/production/applications/alert-hub-backend.yaml @@ -10,7 +10,7 @@ spec: source: repoURL: ghcr.io/ifrcgo chart: ifrcgo-alert-hub-helm - targetRevision: 0.1.1-develop.cb870e50 + targetRevision: 0.1.1-develop.c6f10f53 helm: valueFiles: - values-go-deploy.yaml diff --git a/applications/argocd/staging/applications/alert-hub-backend.yaml b/applications/argocd/staging/applications/alert-hub-backend.yaml index 8f0c862..fd5de0c 100644 --- a/applications/argocd/staging/applications/alert-hub-backend.yaml +++ b/applications/argocd/staging/applications/alert-hub-backend.yaml @@ -10,7 +10,7 @@ spec: source: repoURL: ghcr.io/ifrcgo chart: ifrcgo-alert-hub-helm - targetRevision: 0.1.1-develop.cb870e50 + targetRevision: 0.1.1-develop.c6f10f53 helm: valueFiles: - values-go-deploy.yaml From 29cead0f46c7c242ce906add0acb45514c67a6a7 Mon Sep 17 00:00:00 2001 From: thenav56 Date: Fri, 22 May 2026 16:06:45 +0545 Subject: [PATCH 05/10] fix(alerthub): lower nginx cpu requests --- .../argocd/staging/applications/alert-hub-frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/argocd/staging/applications/alert-hub-frontend.yaml b/applications/argocd/staging/applications/alert-hub-frontend.yaml index 8f698ac..a831356 100644 --- a/applications/argocd/staging/applications/alert-hub-frontend.yaml +++ b/applications/argocd/staging/applications/alert-hub-frontend.yaml @@ -10,7 +10,7 @@ spec: source: repoURL: ghcr.io/ifrcgo/alert-hub-web-app chart: ifrcgo-web-app-nginx-serve - targetRevision: 0.0.1-develop.990c96d + targetRevision: 0.0.1-develop.6a791e5 helm: parameters: - name: ingress.host From 5566523b1cc9a8e28e738c513ee3b6dcafa111cf Mon Sep 17 00:00:00 2001 From: thenav56 Date: Fri, 22 May 2026 16:26:33 +0545 Subject: [PATCH 06/10] fix(risk): lower memory requests for worker --- applications/argocd/production/applications/risk-module.yaml | 2 +- applications/argocd/staging/applications/risk-module.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/argocd/production/applications/risk-module.yaml b/applications/argocd/production/applications/risk-module.yaml index 8cab744..3f8e2cc 100644 --- a/applications/argocd/production/applications/risk-module.yaml +++ b/applications/argocd/production/applications/risk-module.yaml @@ -10,7 +10,7 @@ spec: source: repoURL: ghcr.io/ifrcgo chart: ifrcgo-risk-module-helm - targetRevision: 0.0.1-develop.cf300c49 + targetRevision: 0.0.1-develop.c0c63878 helm: valueFiles: - values/operators.yaml diff --git a/applications/argocd/staging/applications/risk-module.yaml b/applications/argocd/staging/applications/risk-module.yaml index 96582c5..044aa8e 100644 --- a/applications/argocd/staging/applications/risk-module.yaml +++ b/applications/argocd/staging/applications/risk-module.yaml @@ -10,7 +10,7 @@ spec: source: repoURL: ghcr.io/ifrcgo chart: ifrcgo-risk-module-helm - targetRevision: 0.0.1-develop.cf300c49 + targetRevision: 0.0.1-develop.c0c63878 helm: valueFiles: - values/operators.yaml From 4efba3b6854f4729151e898f0e048da14e6844b6 Mon Sep 17 00:00:00 2001 From: thenav56 Date: Fri, 22 May 2026 16:33:52 +0545 Subject: [PATCH 07/10] fix(alerthub-prod): lower nginx cpu requests --- .../argocd/production/applications/alert-hub-frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/argocd/production/applications/alert-hub-frontend.yaml b/applications/argocd/production/applications/alert-hub-frontend.yaml index c0505d5..439c2d1 100644 --- a/applications/argocd/production/applications/alert-hub-frontend.yaml +++ b/applications/argocd/production/applications/alert-hub-frontend.yaml @@ -10,7 +10,7 @@ spec: source: repoURL: ghcr.io/ifrcgo/alert-hub-web-app chart: ifrcgo-web-app-nginx-serve - targetRevision: 0.0.1-develop.218124b + targetRevision: 0.0.1-develop.6a791e5 helm: parameters: - name: ingress.host From ee417968edfc1921ebacbe95e24e541f9d6ac281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=2C=20Zolt=C3=A1n?= Date: Fri, 22 May 2026 13:00:31 +0200 Subject: [PATCH 08/10] EAP error message --- applications/go-api/azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/go-api/azure-pipelines.yaml b/applications/go-api/azure-pipelines.yaml index 7835a52..74783f4 100644 --- a/applications/go-api/azure-pipelines.yaml +++ b/applications/go-api/azure-pipelines.yaml @@ -32,7 +32,7 @@ jobs: displayName: "Deploy staging instance of go-api" env: ENVIRONMENT: staging - VERSION: "0.0.2-develop.c038d7f8" + VERSION: "0.0.2-develop.c05d5fea" # For Azure CLI AZURE_TENANT_ID: $(TERRAFORM_TENANT_ID) AZURE_CLIENT_ID: $(TERRAFORM_SERVICE_PRINCIPAL_ID) From c444bc7c12bfb1f59ab8a411f501bda982640322 Mon Sep 17 00:00:00 2001 From: Navin Ayer Date: Fri, 22 May 2026 18:03:26 +0545 Subject: [PATCH 09/10] feat(go-api): lower cpu requests (#189) --- .../go-api/helm/ifrcgo-helm/values-production.yaml | 8 ++++---- .../go-api/helm/ifrcgo-helm/values-staging.yaml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/applications/go-api/helm/ifrcgo-helm/values-production.yaml b/applications/go-api/helm/ifrcgo-helm/values-production.yaml index 8b34534..b89f19c 100644 --- a/applications/go-api/helm/ifrcgo-helm/values-production.yaml +++ b/applications/go-api/helm/ifrcgo-helm/values-production.yaml @@ -28,7 +28,7 @@ api: replicaCount: 2 resources: requests: - cpu: "1" + cpu: "0.2" memory: 4Gi limits: cpu: "2" @@ -49,7 +49,7 @@ celery: replicaCount: 2 resources: requests: - cpu: "0.5" + cpu: "0.2" memory: 0.4Gi limits: cpu: "2" @@ -60,7 +60,7 @@ elasticsearch: uri: /subscriptions/39308fb0-9929-4b29-aafa-b3c78a8b0658/resourceGroups/ifrcpgo002rg/providers/Microsoft.Compute/disks/ifrcpgo-disk001 resources: requests: - cpu: "1" + cpu: "0.2" memory: 4Gi limits: cpu: "2" @@ -72,7 +72,7 @@ sshBastion: cpu: "0.1" memory: 0.05Gi limits: - cpu: "0.5" + cpu: "1" memory: 0.2Gi serviceAccount: diff --git a/applications/go-api/helm/ifrcgo-helm/values-staging.yaml b/applications/go-api/helm/ifrcgo-helm/values-staging.yaml index da1fd17..fb30545 100644 --- a/applications/go-api/helm/ifrcgo-helm/values-staging.yaml +++ b/applications/go-api/helm/ifrcgo-helm/values-staging.yaml @@ -28,7 +28,7 @@ api: replicaCount: 1 resources: requests: - cpu: "0.5" + cpu: "0.2" memory: 4Gi limits: cpu: "2" @@ -39,7 +39,7 @@ redis: repository: bitnamilegacy/redis resources: requests: - cpu: "0.1" + cpu: "0.2" memory: 0.5Gi limits: cpu: "1" @@ -49,7 +49,7 @@ celery: replicaCount: 1 resources: requests: - cpu: "0.1" + cpu: "0.2" memory: 0.4Gi limits: cpu: "2" @@ -60,7 +60,7 @@ elasticsearch: uri: /subscriptions/39308fb0-9929-4b29-aafa-b3c78a8b0658/resourceGroups/ifrctgo002rg/providers/Microsoft.Compute/disks/ifrctgo-disk001 resources: requests: - cpu: "0.5" + cpu: "0.2" memory: 4Gi limits: cpu: "2" @@ -69,10 +69,10 @@ elasticsearch: sshBastion: resources: requests: - cpu: "0.1" + cpu: "0.2" memory: 0.05Gi limits: - cpu: "0.5" + cpu: "1" memory: 0.2Gi serviceAccount: From cbe704eed3b35b35fcc6a10c5f79cfc6c896dc34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szab=C3=B3=2C=20Zolt=C3=A1n?= Date: Wed, 27 May 2026 09:21:37 +0200 Subject: [PATCH 10/10] 2026 May Release --- applications/go-api/azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/go-api/azure-pipelines.yaml b/applications/go-api/azure-pipelines.yaml index 74783f4..db20d1e 100644 --- a/applications/go-api/azure-pipelines.yaml +++ b/applications/go-api/azure-pipelines.yaml @@ -120,7 +120,7 @@ jobs: displayName: "Deploy production instance of go-api" env: ENVIRONMENT: production - VERSION: "0.0.2-master.ce40be9f" + VERSION: "0.0.2-master.c02bae97" # For Azure CLI AZURE_TENANT_ID: $(TERRAFORM_TENANT_ID) AZURE_CLIENT_ID: $(TERRAFORM_SERVICE_PRINCIPAL_ID)