Skip to content

Commit

Permalink
updated sonardb resources
Browse files Browse the repository at this point in the history
  • Loading branch information
siamaksade committed Apr 15, 2019
1 parent d71561e commit 6e1cd28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cicd-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ objects:
oc new-app -f https://raw.githubusercontent.com/siamaksade/sonarqube/master/sonarqube-persistent-template.yml --param=SONARQUBE_MEMORY_LIMIT=2Gi
fi
oc set resources dc/sonardb --limits=cpu=0,memory=0 --requests=cpu=0,memory=0
oc set resources dc/sonarqube --limits=cpu=0,memory=0 --requests=cpu=0,memory=0
if [ "${DEPLOY_CHE}" == "true" ] ; then
Expand Down

0 comments on commit 6e1cd28

Please sign in to comment.