Code Monkey home page Code Monkey logo

Comments (5)

tico24 avatar tico24 commented on July 19, 2024

Can you provide your values? That's certainly not happening for me on my production system.

There's also already mongodb.mongoConnectionString if you want to change it.

from charts.

indreek avatar indreek commented on July 19, 2024

Hi

I have installed it with argocd. I'm already using mongoConnectionString. Otherwise it didn't work.

source:
  repoURL: 'https://sorry-cypress.github.io/charts'
  targetRevision: 1.0.3
  helm:
    parameters:
      - name: mongodb.architecture
        value: standalone
      - name: mongodb.mongoConnectionString
        value: 'mongodb://cypress-mongodb:27017'
    values: |
      mongo:
        enabled: true
      director:
        environmentVariables:
          executionDriver: "../execution/mongo/driver"
          dashboardUrl: "https://cypress.xx.xx.xxx/"
          screenshotsDriver: "../screenshots/s3.driver"
        ingress:
          hosts:
            - host: "cypress-director.xx.xx.xxx"
              path: "/"
          annotations:
            cert-manager.io/cluster-issuer: letsencrypt-prod
            kubernetes.io/tls-acme: "true"
            kubernetes.io/ingress.class: nginx-admin
            nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
          tls:
            - hosts:
                - cypress-director.xx.xx.xxx
              secretName: cypress-director-tls
      dashboard:
        environmentVariables:
          graphQlSchemaUrl: "https://cypress.xx.xx.xxx/api"
        ingress:
          hosts:
            - host: "cypress.xx.xx.xxx"
              path: "/"
          annotations:
            cert-manager.io/cluster-issuer: letsencrypt-prod
            kubernetes.io/tls-acme: "true"
            kubernetes.io/ingress.class: nginx-admin
            nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
          tls:
            - hosts:
                - cypress.xx.xx.xxx
              secretName: cypress-tls
      api:
        ingress:
          hosts:
            - host: "cypress.xx.xx.xxx"
              path: "/api"
          annotations:
            cert-manager.io/cluster-issuer: letsencrypt-prod
            kubernetes.io/tls-acme: "true"
            kubernetes.io/ingress.class: nginx-admin
            nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
          tls:
            - hosts:
                - cypress.xx.xx.xxx
              secretName: cypress-tls
      s3:
        bucketName: "xxx"
        region: "xxx"
        ingress:
          hosts:
            - host: "cypress-recordings.xx.xx.xxx"
              path: "/"
          annotations:
            cert-manager.io/cluster-issuer: letsencrypt-prod
            kubernetes.io/tls-acme: "true"
            kubernetes.io/ingress.class: nginx-admin
            nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
          tls:
            - hosts:
                - cypress.recordings.xx.xx.xxx
              secretName: cypress-recordings-tls
  chart: sorry-cypress

This is my whole config.

from charts.

tico24 avatar tico24 commented on July 19, 2024

I am also using argocd. Argocd renames the deployment based on the name you define in the application, so this is somewhat expected. There's also the fullname override which I think can be applied to make the two match without defining the connection string, but either way you have to define a thing in the values, so I'd just stick with what you've got.

from charts.

indreek avatar indreek commented on July 19, 2024

understood. Thanks.

from charts.

tico24 avatar tico24 commented on July 19, 2024

I should say that I'm very open to PRs etc that improve on this. I've just done it the way I know how to do it.

from charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.