Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-29774

Deploy MongoDB and PostgreSQL using Napps Kubernetes Nodes Pool

    XMLWordPrintable

    Details

    • 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

      Description

      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

       

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0 minutes
                0m
                Logged:
                Time Spent - 3 hours
                3h