File tree 10 files changed +10
-10
lines changed
10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6
6
replicaCount : 3
7
7
image :
8
8
repository : eu.gcr.io/airqo-250220/airqo-auth-api
9
- tag : prod-2b113830-1733571978
9
+ tag : prod-e6ae0ed1-1733589497
10
10
nameOverride : ' '
11
11
fullnameOverride : ' '
12
12
podAnnotations : {}
Original file line number Diff line number Diff line change 4
4
configmap : env-exceedance-production
5
5
image :
6
6
repository : eu.gcr.io/airqo-250220/airqo-exceedance-job
7
- tag : prod-2b113830-1733571978
7
+ tag : prod-e6ae0ed1-1733589497
8
8
nameOverride : ' '
9
9
fullnameOverride : ' '
Original file line number Diff line number Diff line change 4
4
configmap : env-exceedance-production
5
5
image :
6
6
repository : eu.gcr.io/airqo-250220/kcca-exceedance-job
7
- tag : prod-2b113830-1733571978
7
+ tag : prod-e6ae0ed1-1733589497
8
8
nameOverride : ' '
9
9
fullnameOverride : ' '
Original file line number Diff line number Diff line change 7
7
predictJob : eu.gcr.io/airqo-250220/airqo-predict-job
8
8
trainJob : eu.gcr.io/airqo-250220/airqo-train-job
9
9
predictPlaces : eu.gcr.io/airqo-250220/airqo-predict-places-air-quality
10
- tag : prod-2b113830-1733571978
10
+ tag : prod-e6ae0ed1-1733589497
11
11
api :
12
12
name : airqo-prediction-api
13
13
label : prediction-api
Original file line number Diff line number Diff line change 6
6
replicaCount : 3
7
7
image :
8
8
repository : eu.gcr.io/airqo-250220/airqo-spatial-api
9
- tag : prod-2b113830-1733571978
9
+ tag : prod-e6ae0ed1-1733589497
10
10
nameOverride : ' '
11
11
fullnameOverride : ' '
12
12
podAnnotations : {}
Original file line number Diff line number Diff line change 6
6
replicaCount : 3
7
7
image :
8
8
repository : eu.gcr.io/airqo-250220/airqo-website-api
9
- tag : prod-2b113830-1733571978
9
+ tag : prod-e6ae0ed1-1733589497
10
10
nameOverride : ' '
11
11
fullnameOverride : ' '
12
12
podAnnotations : {}
Original file line number Diff line number Diff line change 6
6
replicaCount : 2
7
7
image :
8
8
repository : eu.gcr.io/airqo-250220/airqo-stage-website-api
9
- tag : stage-782e9ffc-1733571877
9
+ tag : stage-100bea2d-1733743125
10
10
nameOverride : ' '
11
11
fullnameOverride : ' '
12
12
podAnnotations : {}
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ images:
10
10
initContainer : eu.gcr.io/airqo-250220/airqo-workflows-xcom
11
11
redisContainer : eu.gcr.io/airqo-250220/airqo-redis
12
12
containers : eu.gcr.io/airqo-250220/airqo-workflows
13
- tag : prod-2b113830-1733571978
13
+ tag : prod-e6ae0ed1-1733589497
14
14
nameOverride : ' '
15
15
fullnameOverride : ' '
16
16
podAnnotations : {}
Original file line number Diff line number Diff line change 1
1
# New Website Backend .
2
2
3
- COMING SOON...
3
+ COMING SOON NOW ...
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ python manage.py collectstatic --noinput
13
13
14
14
# Start Gunicorn server to serve the Django application
15
15
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
You can’t perform that action at this time.
0 commit comments