-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: ADDONS_10.10, ADDONS_11.1
-
Fix Version/s: ADDONS_10.10, ADDONS_11.1
-
Component/s: Aspera Connector
-
Environment:Kubernetes
Jenkins X
-
Tags:
-
Sprint:nxApps 2020 Cycle 10
-
Story Points:2
We did not define Node Selector when deploying MongoDB and PostgreSQL
to able to deploy these resources on napps Kubernetes nodes, we should add these lines to our template file
mongodb: --- tolerations: - key: team operator: Equal value: napps effect: NoSchedule nodeSelector: team: napps --
https://github.com/nuxeo/nuxeo-aspera-connector/blob/master/ci/helm/nuxeo-test-base-values.yaml
https://github.com/nuxeo/nuxeo-aspera-connector/blob/master/ci/helm/nuxeo-test-mongodb-values.yaml
https://github.com/nuxeo/nuxeo-aspera-connector/blob/master/ci/helm/nuxeo-test-pgsql-values.yaml
- Is referenced in