Skip to content

Commit 4bb2ac2

Browse files
authored
Merge pull request #3980 from airqo-platform/staging
move to production
2 parents 00731eb + 2d2da4c commit 4bb2ac2

File tree

12 files changed

+196
-44
lines changed

12 files changed

+196
-44
lines changed

k8s/analytics/values-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ images:
88
celeryWorker: eu.gcr.io/airqo-250220/airqo-analytics-celery-worker
99
reportJob: eu.gcr.io/airqo-250220/airqo-analytics-report-job
1010
devicesSummaryJob: eu.gcr.io/airqo-250220/airqo-analytics-devices-summary-job
11-
tag: prod-cf646af7-1733171555
11+
tag: prod-00731eb0-1733176039
1212
api:
1313
name: airqo-analytics-api
1414
label: analytics-api

k8s/auth-service/values-prod.yaml

Lines changed: 1 addition & 1 deletion
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-cf646af7-1733171555
9+
tag: prod-00731eb0-1733176039
1010
nameOverride: ''
1111
fullnameOverride: ''
1212
podAnnotations: {}

k8s/auth-service/values-stage.yaml

Lines changed: 1 addition & 1 deletion
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-auth-api
9-
tag: stage-1f0772c0-1733173254
9+
tag: stage-d2f7c6ef-1733175996
1010
nameOverride: ''
1111
fullnameOverride: ''
1212
podAnnotations: {}

k8s/device-registry/values-prod.yaml

Lines changed: 1 addition & 1 deletion
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-device-registry-api
9-
tag: prod-cf646af7-1733171555
9+
tag: prod-00731eb0-1733176039
1010
nameOverride: ''
1111
fullnameOverride: ''
1212
podAnnotations: {}

k8s/exceedance/values-prod-airqo.yaml

Lines changed: 1 addition & 1 deletion
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-cf646af7-1733171555
7+
tag: prod-00731eb0-1733176039
88
nameOverride: ''
99
fullnameOverride: ''

k8s/exceedance/values-prod-kcca.yaml

Lines changed: 1 addition & 1 deletion
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-cf646af7-1733171555
7+
tag: prod-00731eb0-1733176039
88
nameOverride: ''
99
fullnameOverride: ''

k8s/predict/values-prod.yaml

Lines changed: 1 addition & 1 deletion
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-cf646af7-1733171555
10+
tag: prod-00731eb0-1733176039
1111
api:
1212
name: airqo-prediction-api
1313
label: prediction-api

k8s/spatial/values-prod.yaml

Lines changed: 1 addition & 1 deletion
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-cf646af7-1733171555
9+
tag: prod-00731eb0-1733176039
1010
nameOverride: ''
1111
fullnameOverride: ''
1212
podAnnotations: {}

k8s/workflows/values-prod.yaml

Lines changed: 1 addition & 1 deletion
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-cf646af7-1733171555
13+
tag: prod-00731eb0-1733176039
1414
nameOverride: ''
1515
fullnameOverride: ''
1616
podAnnotations: {}

src/auth-service/utils/create-network.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,14 +142,14 @@ const createNetwork = {
142142
},
143143
create: async (request, next) => {
144144
try {
145-
return {
146-
success: false,
147-
message: "Service Temporarily Unavailable",
148-
errors: {
149-
message: "Service Temporarily Unavailable",
150-
},
151-
status: httpStatus.SERVICE_UNAVAILABLE,
152-
};
145+
// return {
146+
// success: false,
147+
// message: "Service Temporarily Unavailable",
148+
// errors: {
149+
// message: "Service Temporarily Unavailable",
150+
// },
151+
// status: httpStatus.SERVICE_UNAVAILABLE,
152+
// };
153153
const { body, query } = request;
154154
const { tenant } = query;
155155

0 commit comments

Comments
 (0)