diff --git a/deploy/serval/templates/machine-engine-deployment.yaml b/deploy/serval/templates/machine-engine-deployment.yaml index 806f1593..7b7c0b02 100644 --- a/deploy/serval/templates/machine-engine-deployment.yaml +++ b/deploy/serval/templates/machine-engine-deployment.yaml @@ -35,10 +35,6 @@ spec: value: mongodb://mongo:27017/machine?replicaSet=myRS - name: ASPNETCORE_ConnectionStrings__Serval value: http://serval-api:81 - - name: ASPNETCORE_TranslationEngines__0 - value: SmtTransfer - - name: ASPNETCORE_TranslationEngines__1 - value: Nmt {{- template "secrets.clearml" . }} {{- template "secrets.s3" . }} image: {{ .Values.machineImage}} diff --git a/deploy/serval/templates/machine-job-deployment.yaml b/deploy/serval/templates/machine-job-deployment.yaml index 22ed1236..a7b5a953 100644 --- a/deploy/serval/templates/machine-job-deployment.yaml +++ b/deploy/serval/templates/machine-job-deployment.yaml @@ -35,10 +35,6 @@ spec: value: mongodb://mongo:27017/machine?replicaSet=myRS - name: ASPNETCORE_ConnectionStrings__Serval value: http://serval-api:81 - - name: ASPNETCORE_TranslationEngines__0 - value: SmtTransfer - - name: ASPNETCORE_TranslationEngines__1 - value: Nmt {{- template "secrets.clearml" . }} {{- template "secrets.s3" . }} image: {{ .Values.machineImage}} diff --git a/docker-compose.yml b/docker-compose.yml index 6db09c1b..8f15b3fa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -85,8 +85,6 @@ services: - ASPNETCORE_ConnectionStrings__Hangfire=mongodb://mongo:27017/machine_jobs?replicaSet=myRS - ASPNETCORE_ConnectionStrings__Mongo=mongodb://mongo:27017/machine?replicaSet=myRS - ASPNETCORE_ConnectionStrings__Serval=http://serval-api:81 - - ASPNETCORE_TranslationEngines__0=SmtTransfer - - ASPNETCORE_TranslationEngines__1=Nmt - ClearML__ApiServer=https://api.sil.hosted.allegro.ai - ClearML__Queue=lambert_24gb - ClearML__DockerImage=mpy.local @@ -130,8 +128,6 @@ services: - ASPNETCORE_ConnectionStrings__Serval=http://serval-api:81 - ASPNETCORE_Kestrel__Endpoints__Http__Url=http://*:80 - ASPNETCORE_Kestrel__EndpointDefaults__Protocols=Http2 - - ASPNETCORE_TranslationEngines__0=SmtTransfer - - ASPNETCORE_TranslationEngines__1=Nmt - ClearML__ApiServer=https://api.sil.hosted.allegro.ai - ClearML__Queue=lambert_24gb - ClearML__DockerImage=mpy.local