diff --git a/Jenkinsfile b/Jenkinsfile index 1fb88f9b..6b8befa1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 @@ -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; diff --git a/helm/values/values-prod-dc.yaml b/helm/values/values-prod-dc.yaml index 94f04308..7c91e5b5 100644 --- a/helm/values/values-prod-dc.yaml +++ b/helm/values/values-prod-dc.yaml @@ -84,10 +84,10 @@ microservices: resources: limits: cpu: 2 - memory: 1Gi + memory: 2Gi requests: cpu: 200m - memory: 1Gi + memory: 2Gi beat: name: beat diff --git a/helm/values/values-prod-lax.yaml b/helm/values/values-prod-lax.yaml index e154e34f..c489eff1 100644 --- a/helm/values/values-prod-lax.yaml +++ b/helm/values/values-prod-lax.yaml @@ -84,10 +84,10 @@ microservices: resources: limits: cpu: 2 - memory: 1Gi + memory: 2Gi requests: cpu: 200m - memory: 1Gi + memory: 2Gi beat: name: beat diff --git a/helm/values/values-qa.yaml b/helm/values/values-qa.yaml index f5884519..c0e58948 100644 --- a/helm/values/values-qa.yaml +++ b/helm/values/values-qa.yaml @@ -84,10 +84,10 @@ microservices: resources: limits: cpu: 2 - memory: 1Gi + memory: 2Gi requests: cpu: 200m - memory: 1Gi + memory: 2Gi beat: name: beat