Skip to content

Commit

Permalink
Merge pull request #3831 from NicholasTurner23/update-fix/Analytics-d…
Browse files Browse the repository at this point in the history
…ata-export-cleanup

Update fix/analytics data export cleanup
  • Loading branch information
Baalmart authored Nov 20, 2024
2 parents 15a719b + 8bab12d commit 3e19a9e
Show file tree
Hide file tree
Showing 7 changed files with 536 additions and 247 deletions.
8 changes: 4 additions & 4 deletions k8s/analytics/values-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: production
nameOverride: ''
fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
images:
repositories:
api: eu.gcr.io/airqo-250220/airqo-analytics-api
Expand All @@ -17,8 +17,8 @@ api:
podAnnotations: {}
resources:
limits:
cpu: 100m
memory: 600Mi
cpu: 1000m
memory: 2000Mi
requests:
cpu: 10m
memory: 250Mi
Expand Down
8 changes: 4 additions & 4 deletions k8s/analytics/values-stage.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: staging
nameOverride: ''
fullnameOverride: ''
nameOverride: ""
fullnameOverride: ""
images:
repositories:
api: eu.gcr.io/airqo-250220/airqo-stage-analytics-api
Expand All @@ -17,8 +17,8 @@ api:
podAnnotations: {}
resources:
limits:
cpu: 100m
memory: 600Mi
cpu: 500m
memory: 1000Mi
requests:
cpu: 10m
memory: 250Mi
Expand Down
Loading

0 comments on commit 3e19a9e

Please sign in to comment.