Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update fix/analytics data export cleanup #3831

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
Loading