Skip to content

Commit

Permalink
Remove ASPNETCORE_TranslationEngines params - unneeded
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Oct 13, 2023
1 parent d6dcad8 commit cd30ce6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions deploy/serval/templates/machine-engine-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
4 changes: 0 additions & 4 deletions deploy/serval/templates/machine-job-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cd30ce6

Please sign in to comment.