Giter VIP home page Giter VIP logo

Comments (6)

aabouzaid avatar aabouzaid commented on July 30, 2024

Hi @eins
I believe that it is an application config, is it?

Could you please give more details about the exact option/config apart from the chart itself?

from camunda-7-community-helm.

eins avatar eins commented on July 30, 2024

I couldn't find a way to pass the current camunda docker tag for run 7.15.0

# image settings
image:
  repository: camunda/camunda-bpm-platform
  tag: run-7.15.0
metrics:
  enabled: false

It looks like camunda-helm only lunch a pod. I want to see if we can lunch three pods one for the camunda-core with the connection the the db and then two or three pods for webapps, rest and swaggerui

from camunda-7-community-helm.

aabouzaid avatar aabouzaid commented on July 30, 2024

@eins the new version of the chart v1.0.0 supports that via passing different args to the deployment.

You can see here the exact example where you can create rest only deployment:
https://github.com/camunda-community-hub/camunda-helm/tree/36a1ca6/charts/camunda-bpm-platform#example

from camunda-7-community-helm.

eins avatar eins commented on July 30, 2024

@aabouzaid thanks for the reply
Do you know if it is possible the change the image repository ?
camunda/camunda-bpm-platform

image:
  #  repository: camunda/camunda-bpm-platform
  repository: wwwwwww.dkr.ecr.eu-central-1.amazonaws.com/repo101:cee7.15.4
  tag: run

I got InvalidImageName and ImagePullBackOff errors

from camunda-7-community-helm.

aabouzaid avatar aabouzaid commented on July 30, 2024

@eins you added the tag into repository
it should be like this, and you need to setup imagePullSecrets

image:
  repository: wwwwwww.dkr.ecr.eu-central-1.amazonaws.com/repo101
  tag: cee7.15.4
  pullSecrets:
    - DOCKER_CONFIG_JSON_SECRET

from camunda-7-community-helm.

aabouzaid avatar aabouzaid commented on July 30, 2024

Since this issue has been fixed by v1.0.0, I'm closing it.

from camunda-7-community-helm.

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.