-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[sonarqube] add nodeSelector, affinity & tolerations. add separate resoruces for plugin pod #4265
[sonarqube] add nodeSelector, affinity & tolerations. add separate resoruces for plugin pod #4265
Conversation
/assign @unguiculus |
/ok-to-test |
/assign |
/retest |
This probably fails due to configmap mounts being read-only as of Kubernetes 1.9.4. cc @rjkernick |
@joosthof Can we switch the configmap to read only without breaking what you wrote? |
@rjkernick Setting the configmap to read-only shouldn't be a problem for the install-plugins. |
Please rebase master. The tests should pass with the changes that were merged yesterday. |
…uces for plugin pod
73aa8d8
to
ea735ef
Compare
@rjkernick thanks for that! :) @unguiculus PR updated! |
/assign |
/lgtm |
/assign |
/lgtm |
Please increment your version in Chart.yaml |
@rjkernick refreshed my stale version bump with the latest version bump |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcscottiii, rjkernick, unguiculus The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…into rabbitmq-workload-api-fix * 'rabbitmq-workload-api-fix' of github.com:goruha/charts: (75 commits) [stable/odoo] Add carrodher as owner (helm#4856) [stable/jasperreports] Release 1.0.3 (helm#5107) Add doc about redis data only persistence (helm#4965) [sentry] add nodeSelector, affinity & tolerations (helm#4264) [stable/sonarqube] Adding support for Service annotations (helm#4060) [incubator/schema-registry] Updating GroupID, and moving to using kafka coordinator master election (helm#5019) quote boolean S3 environment variables (helm#5066) Fix graceful shutdown of brokers, more settings, version bump (helm#5082) apiVersion shouldn't be hardcoded (helm#5060) [stable/phabricator] Release 1.0.4 (helm#5068) [stable/testlink] Release 1.0.5 (helm#5050) [stable/redis] fixed a typo into NOTES (helm#5070) [etcd-operator] readiness/liveness checks for operator (helm#4609) Annotations and checksum (helm#5067) Add OWNERS file to schema-registry (helm#5054) [stable/mongodb-replicaset] Use security context on pod level (helm#5055) Typo fix in sonarqube/README.md (helm#5045) Typo fix in sonatype-nexus/README.md (helm#5042) [sonarqube] nodeSelector, affinity & tolerations. also separate resoruces for plugin pod (helm#4265) [stable/sonarqube] upgrade to LTS version (6.7.3) (helm#5029) ...
…uces for plugin pod (helm#4265)
…uces for plugin pod (helm#4265) Signed-off-by: voron <av@arilot.com>
Before this PR, there were no nodeSelector, tolerations, or affinity attributes for sonarqube (well only nodeSelector for the sonarqube pod). This PR adds them. Also, adds a separate resources attribute for the init container because it should not take as many resources as the sonarqube pod
cc: @rjkernick