Skip to content

Commit d862897

Browse files
authored
Merge pull request #4028 from airqo-platform/staging
Move to production
2 parents e6ae0ed + a177c1f commit d862897

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

k8s/auth-service/values-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ app:
66
replicaCount: 3
77
image:
88
repository: eu.gcr.io/airqo-250220/airqo-auth-api
9-
tag: prod-2b113830-1733571978
9+
tag: prod-e6ae0ed1-1733589497
1010
nameOverride: ''
1111
fullnameOverride: ''
1212
podAnnotations: {}

k8s/exceedance/values-prod-airqo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ app:
44
configmap: env-exceedance-production
55
image:
66
repository: eu.gcr.io/airqo-250220/airqo-exceedance-job
7-
tag: prod-2b113830-1733571978
7+
tag: prod-e6ae0ed1-1733589497
88
nameOverride: ''
99
fullnameOverride: ''

k8s/exceedance/values-prod-kcca.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ app:
44
configmap: env-exceedance-production
55
image:
66
repository: eu.gcr.io/airqo-250220/kcca-exceedance-job
7-
tag: prod-2b113830-1733571978
7+
tag: prod-e6ae0ed1-1733589497
88
nameOverride: ''
99
fullnameOverride: ''

k8s/predict/values-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ images:
77
predictJob: eu.gcr.io/airqo-250220/airqo-predict-job
88
trainJob: eu.gcr.io/airqo-250220/airqo-train-job
99
predictPlaces: eu.gcr.io/airqo-250220/airqo-predict-places-air-quality
10-
tag: prod-2b113830-1733571978
10+
tag: prod-e6ae0ed1-1733589497
1111
api:
1212
name: airqo-prediction-api
1313
label: prediction-api

k8s/spatial/values-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ app:
66
replicaCount: 3
77
image:
88
repository: eu.gcr.io/airqo-250220/airqo-spatial-api
9-
tag: prod-2b113830-1733571978
9+
tag: prod-e6ae0ed1-1733589497
1010
nameOverride: ''
1111
fullnameOverride: ''
1212
podAnnotations: {}

k8s/website/values-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ app:
66
replicaCount: 3
77
image:
88
repository: eu.gcr.io/airqo-250220/airqo-website-api
9-
tag: prod-2b113830-1733571978
9+
tag: prod-e6ae0ed1-1733589497
1010
nameOverride: ''
1111
fullnameOverride: ''
1212
podAnnotations: {}

k8s/website/values-stage.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ app:
66
replicaCount: 2
77
image:
88
repository: eu.gcr.io/airqo-250220/airqo-stage-website-api
9-
tag: stage-782e9ffc-1733571877
9+
tag: stage-100bea2d-1733743125
1010
nameOverride: ''
1111
fullnameOverride: ''
1212
podAnnotations: {}

k8s/workflows/values-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ images:
1010
initContainer: eu.gcr.io/airqo-250220/airqo-workflows-xcom
1111
redisContainer: eu.gcr.io/airqo-250220/airqo-redis
1212
containers: eu.gcr.io/airqo-250220/airqo-workflows
13-
tag: prod-2b113830-1733571978
13+
tag: prod-e6ae0ed1-1733589497
1414
nameOverride: ''
1515
fullnameOverride: ''
1616
podAnnotations: {}

src/website/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# New Website Backend .
22

3-
COMING SOON...
3+
COMING SOON NOW...

src/website/entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ python manage.py collectstatic --noinput
1313

1414
# Start Gunicorn server to serve the Django application
1515
echo "Starting Gunicorn server..."
16-
exec gunicorn core.wsgi:application --bind 0.0.0.0:8000 --workers 3 --log-level info
16+
exec gunicorn core.wsgi:application --bind 0.0.0.0:8000 --timeout 600 --log-level info

0 commit comments

Comments
 (0)