Skip to content

Commit 02190f3

Browse files
Merge pull request #190 from IFRCGo/develop
2026 May Release
2 parents d865c6f + cbe704e commit 02190f3

11 files changed

Lines changed: 20 additions & 28 deletions

File tree

applications/argocd/production/applications/alert-hub-backend.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
source:
1111
repoURL: ghcr.io/ifrcgo
1212
chart: ifrcgo-alert-hub-helm
13-
targetRevision: 0.1.1-develop.ca9d3c81
13+
targetRevision: 0.1.1-develop.c6f10f53
1414
helm:
1515
valueFiles:
1616
- values-go-deploy.yaml
@@ -44,14 +44,6 @@ spec:
4444
clientID: "5853dc85-0d06-4f6d-9145-c72680a65ad9"
4545
keyvaultName: "alert-hub-production-kv"
4646
tenantId: "a2b53be5-734e-4e6c-ab0d-d184f60fd917"
47-
# App level configs - temporary
48-
api:
49-
replicaCount: 2
50-
resources:
51-
requests:
52-
memory: 2Gi
53-
limits:
54-
memory: 2Gi
5547
destination:
5648
server: https://kubernetes.default.svc
5749
namespace: alert-hub

applications/argocd/production/applications/alert-hub-frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
source:
1111
repoURL: ghcr.io/ifrcgo/alert-hub-web-app
1212
chart: ifrcgo-web-app-nginx-serve
13-
targetRevision: 0.0.1-develop.218124b
13+
targetRevision: 0.0.1-develop.6a791e5
1414
helm:
1515
parameters:
1616
- name: ingress.host

applications/argocd/production/applications/montandon-eoapi/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
resources:
6161
requests:
6262
memory: "2048Mi"
63-
cpu: "500m"
63+
cpu: "10m"
6464
limits:
6565
memory: "4096Mi"
6666
cpu: "1000m"

applications/argocd/production/applications/risk-module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
source:
1111
repoURL: ghcr.io/ifrcgo
1212
chart: ifrcgo-risk-module-helm
13-
targetRevision: 0.0.1-develop.cf300c49
13+
targetRevision: 0.0.1-develop.c0c63878
1414
helm:
1515
valueFiles:
1616
- values/operators.yaml

applications/argocd/staging/applications/alert-hub-backend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
source:
1111
repoURL: ghcr.io/ifrcgo
1212
chart: ifrcgo-alert-hub-helm
13-
targetRevision: 0.1.1-develop.ca9d3c81
13+
targetRevision: 0.1.1-develop.c6f10f53
1414
helm:
1515
valueFiles:
1616
- values-go-deploy.yaml

applications/argocd/staging/applications/alert-hub-frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
source:
1111
repoURL: ghcr.io/ifrcgo/alert-hub-web-app
1212
chart: ifrcgo-web-app-nginx-serve
13-
targetRevision: 0.0.1-develop.990c96d
13+
targetRevision: 0.0.1-develop.6a791e5
1414
helm:
1515
parameters:
1616
- name: ingress.host

applications/argocd/staging/applications/montandon-eoapi/application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
resources:
6161
requests:
6262
memory: "2048Mi"
63-
cpu: "500m"
63+
cpu: "10m"
6464
limits:
6565
memory: "4096Mi"
6666
cpu: "1000m"

applications/argocd/staging/applications/risk-module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
source:
1111
repoURL: ghcr.io/ifrcgo
1212
chart: ifrcgo-risk-module-helm
13-
targetRevision: 0.0.1-develop.cf300c49
13+
targetRevision: 0.0.1-develop.c0c63878
1414
helm:
1515
valueFiles:
1616
- values/operators.yaml

applications/go-api/azure-pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
displayName: "Deploy staging instance of go-api"
3333
env:
3434
ENVIRONMENT: staging
35-
VERSION: "0.0.2-develop.c038d7f8"
35+
VERSION: "0.0.2-develop.c05d5fea"
3636
# For Azure CLI
3737
AZURE_TENANT_ID: $(TERRAFORM_TENANT_ID)
3838
AZURE_CLIENT_ID: $(TERRAFORM_SERVICE_PRINCIPAL_ID)
@@ -120,7 +120,7 @@ jobs:
120120
displayName: "Deploy production instance of go-api"
121121
env:
122122
ENVIRONMENT: production
123-
VERSION: "0.0.2-master.ce40be9f"
123+
VERSION: "0.0.2-master.c02bae97"
124124
# For Azure CLI
125125
AZURE_TENANT_ID: $(TERRAFORM_TENANT_ID)
126126
AZURE_CLIENT_ID: $(TERRAFORM_SERVICE_PRINCIPAL_ID)

applications/go-api/helm/ifrcgo-helm/values-production.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ api:
2828
replicaCount: 2
2929
resources:
3030
requests:
31-
cpu: "1"
31+
cpu: "0.2"
3232
memory: 4Gi
3333
limits:
3434
cpu: "2"
@@ -49,7 +49,7 @@ celery:
4949
replicaCount: 2
5050
resources:
5151
requests:
52-
cpu: "0.5"
52+
cpu: "0.2"
5353
memory: 0.4Gi
5454
limits:
5555
cpu: "2"
@@ -60,7 +60,7 @@ elasticsearch:
6060
uri: /subscriptions/39308fb0-9929-4b29-aafa-b3c78a8b0658/resourceGroups/ifrcpgo002rg/providers/Microsoft.Compute/disks/ifrcpgo-disk001
6161
resources:
6262
requests:
63-
cpu: "1"
63+
cpu: "0.2"
6464
memory: 4Gi
6565
limits:
6666
cpu: "2"
@@ -72,7 +72,7 @@ sshBastion:
7272
cpu: "0.1"
7373
memory: 0.05Gi
7474
limits:
75-
cpu: "0.5"
75+
cpu: "1"
7676
memory: 0.2Gi
7777

7878
serviceAccount:

0 commit comments

Comments
 (0)