-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase PVC size for production (#340)
* Increase PVC size for production Fix alertmanager syntax Add namespace to prometheus rules to catch the alerting logic. * #335 requests and limits should be the same
- Loading branch information
1 parent
3c548cf
commit 45626b3
Showing
11 changed files
with
44 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
externalHost: qa.serval-api.org | ||
environment: Production | ||
deploymentVersion: '1.1.QA2' | ||
deploymentVersion: '1.2.QA1' | ||
alertEmail: [email protected] | ||
emailsToAlert: '[email protected], [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.1.1 | ||
machineImage: ghcr.io/sillsdev/machine:3.6.3 | ||
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:1.1.3 | ||
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 | ||
ClearMLQueue: production | ||
SharedFileLocation: s3://aqua-ml-data/ext-qa/ | ||
servalClaimSize: 2Gi | ||
machineClaimSize: 10Gi | ||
enableEcho: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
externalHost: prod.serval-api.org | ||
environment: Production | ||
deploymentVersion: '1.1.1' | ||
deploymentVersion: '1.2.0' | ||
alertEmail: [email protected] | ||
emailsToAlert: '[email protected], [email protected]' | ||
enableTls: true | ||
namespace: serval | ||
auth0Domain: languagetechnology.auth0.com | ||
lokiTenent: nlp-tenant | ||
lokiUrl: http://loki-distributed-gateway.loki.svc.cluster.local | ||
servalImage: ghcr.io/sillsdev/serval:1.1.1 | ||
machineImage: ghcr.io/sillsdev/machine:3.6.3 | ||
ClearMLDockerImage: ghcr.io/sillsdev/machine.py:1.1.3 | ||
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 | ||
ClearMLQueue: production | ||
SharedFileLocation: s3://aqua-ml-data/production/ | ||
servalClaimSize: 5Gi | ||
machineClaimSize: 40Gi | ||
enableEcho: true |