Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update needed on Ingress configuration in Camunda 8 Helm charts #3926

Closed
cdonuut opened this issue Jun 11, 2024 · 2 comments · Fixed by #3935
Closed

Update needed on Ingress configuration in Camunda 8 Helm charts #3926

cdonuut opened this issue Jun 11, 2024 · 2 comments · Fixed by #3935
Assignees
Labels
component:docs Documentation improvements, including new or updated content component:self-managed Docs and issues related to Camunda Platform 8 Self-Managed kind/bug Issues related with bugs in the documentation

Comments

@cdonuut
Copy link

cdonuut commented Jun 11, 2024

Hi Docs team,

At a client call we realized that our documentation should be updated to reflect the correct indentation required to have a successful setup.

This is the documentation: https://github.com/camunda/camunda-docs/blob/main/docs/self-managed/setup/deploy/local/local-kubernetes-cluster.md

As you can see, at the current state Ingress is in the same root level as global. Ingress should be 1 level inside the global value. See corrected version below:

global:
  ingress:
    enabled: true
    className: nginx
    host: "camunda.local"
  
  operate:
    contextPath: "/operate"
  
  tasklist:
    contextPath: "/tasklist"
  
  zeebeGateway:
    ingress:
      enabled: true
      className: nginx
      host: "zeebe.camunda.local"

If you have any question please let us know.

Cheers,
Donat

@cdonuut
Copy link
Author

cdonuut commented Jun 11, 2024

CC: @Belike

@akeller akeller added component:docs Documentation improvements, including new or updated content component:self-managed Docs and issues related to Camunda Platform 8 Self-Managed kind/bug Issues related with bugs in the documentation labels Jun 11, 2024
@akeller
Copy link
Member

akeller commented Jun 11, 2024

Thanks @cdonuut! Formatting like this can be tricky, so I really appreciate your details here.

@conceptualshark I view this as a bug, which warrants a quick response. You should also check if we have other instances (pages) where Ingress should be indented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:docs Documentation improvements, including new or updated content component:self-managed Docs and issues related to Camunda Platform 8 Self-Managed kind/bug Issues related with bugs in the documentation
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants