- Delete the
ingest-service
deployment andingest-service-service
service from Kubernetes (it is replaced byingest-service-api
and-tasks
) - Change
INGEST_SERVICE_BASE_URL
innoncore-api-configmap
tohttp://ingest-service-api-service.production.svc.cluster.local/
- Delete
ARBIMON_ENABLED
andARBIMON_HOST
env vars
- Add
ERROR_BUCKET
env var withrfcx-streams-errors-staging
andrfcx-streams-errors-production
values (Buckets are already created by Stas)
- Check that
ARBIMON_ENABLED
env var exists and set totrue
- Add
DEVICE_API_HOST
env variable. Set it tohttps://staging-device-api.rfcx.org/
for staging andhttps://device-api.rfcx.org/
fpr production
None