Skip to content

Commit

Permalink
Change build node and increase celery pod ram
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bernard committed Sep 25, 2023
1 parent ec103ff commit 9a07f67
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ utils = new icann.Utilities()

properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '14', artifactNumToKeepStr: '10', daysToKeepStr: '14', numToKeepStr: '10']]])

node('docker') {
node('okd-jenkins-build-lax-docker') {

gitscm = null

Expand All @@ -14,7 +14,7 @@ node('docker') {
}

stage('Build and Push HTTPD Proxy') {
//TODO: Remove once deployement script are tested
//TODO: Remove once deployment script are tested
// if (!utils.hasFolderChanged("src")) {
// echo "No changes. No new httpd image to publish"
// return;
Expand Down
4 changes: 2 additions & 2 deletions helm/values/values-prod-dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ microservices:
resources:
limits:
cpu: 2
memory: 1Gi
memory: 2Gi
requests:
cpu: 200m
memory: 1Gi
memory: 2Gi

beat:
name: beat
Expand Down
4 changes: 2 additions & 2 deletions helm/values/values-prod-lax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ microservices:
resources:
limits:
cpu: 2
memory: 1Gi
memory: 2Gi
requests:
cpu: 200m
memory: 1Gi
memory: 2Gi

beat:
name: beat
Expand Down
4 changes: 2 additions & 2 deletions helm/values/values-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ microservices:
resources:
limits:
cpu: 2
memory: 1Gi
memory: 2Gi
requests:
cpu: 200m
memory: 1Gi
memory: 2Gi

beat:
name: beat
Expand Down

0 comments on commit 9a07f67

Please sign in to comment.