Skip to content

Commit

Permalink
Deployment update
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Mar 27, 2024
1 parent 13ef22f commit d538b82
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
9 changes: 5 additions & 4 deletions deploy/qa-ext-values.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
externalHost: qa.serval-api.org
environment: Production
deploymentVersion: '1.2.QA1'
deploymentVersion: '1.3.QA1'
alertEmail: [email protected]
emailsToAlert: [email protected]
enableTls: true
namespace: serval
auth0Domain: dev-sillsdev.auth0.com
lokiTenent: serval-tenant
lokiUrl: http://loki-distributed-gateway.loki.svc.cluster.local
servalImage: ghcr.io/sillsdev/serval:1.2.0
machineImage: ghcr.io/sillsdev/machine:3.7.0
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:1.2.0
servalImage: ghcr.io/sillsdev/serval:1.3.1
machineImage: ghcr.io/sillsdev/machine:3.8.1
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:1.3.0
ClearMLQueue: production
MongoConnectionPrefix: qa_
SharedFileLocation: s3://aqua-ml-data/ext-qa/
servalClaimSize: 11Gi
machineClaimSize: 20Gi
Expand Down
6 changes: 3 additions & 3 deletions deploy/qa-int-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ namespace: nlp
auth0Domain: sil-appbuilder.auth0.com
lokiTenent: nlp-tenant
lokiUrl: http://loki-distributed-gateway.loki.svc.cluster.local
servalImage: ghcr.io/sillsdev/serval:1.2.0
machineImage: ghcr.io/sillsdev/machine:3.7.0
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:1.2.0
servalImage: ghcr.io/sillsdev/serval:1.3.1
machineImage: ghcr.io/sillsdev/machine:3.8.1
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:1.3.0
ClearMLQueue: lambert_24gb
MongoConnectionPrefix: qa_int_
SharedFileLocation: s3://aqua-ml-data/int-qa/
Expand Down
4 changes: 2 additions & 2 deletions deploy/serval/templates/machine-engine-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ spec:
- containerPort: 80
resources:
limits:
memory: "2500Mi"
memory: "3500Mi"
cpu: "500m"
requests:
memory: "2500Mi"
memory: "3500Mi"
cpu: "500m"
volumeMounts:
- mountPath: /var/lib/machine
Expand Down
4 changes: 2 additions & 2 deletions deploy/serval/templates/machine-job-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ spec:
- containerPort: 80
resources:
limits:
memory: "2500Mi"
memory: "3000Mi"
cpu: "1.9"
requests:
memory: "2500Mi"
memory: "3000Mi"
cpu: "1.9"
volumeMounts:
- mountPath: /var/lib/machine
Expand Down
4 changes: 2 additions & 2 deletions deploy/serval/templates/serval-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ spec:
- containerPort: 81
resources:
limits:
memory: "400Mi"
memory: "800Mi"
cpu: "500m"
requests:
memory: "400Mi"
memory: "800Mi"
cpu: "500m"
volumeMounts:
- mountPath: /var/lib/serval
Expand Down

0 comments on commit d538b82

Please sign in to comment.