Skip to content

Commit

Permalink
Add ingress note (#4768)
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings authored Dec 13, 2024
1 parent c7a9f9b commit 4522194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/announcements/870.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ New migration guides will also be provided to support you when migrating from a
Additional upgrade considerations are necessary for deployments that use custom scripts, such as Docker containers, manual installations, or custom-developed Kubernetes deployments. For these deployments, customers can either continue to deploy with their original 8.6 topology and upgrade each component independently, or adopt our Helm Chart approach for the upgrade, which allows for unifying the deployment into a single JAR or container executable.
:::

#### Separated Ingress removal
#### Separated Ingress removed

With Camunda 8.7, Helm chart supports only the Combined Ingress setup where all Camunda components run on the same Ingress object and same hostname.
With Camunda 8.7, the Helm chart only supports combined Ingress setup, where all Camunda components run on the same Ingress object and hostname. Customers running on a separate Ingress must migrate to the combined Ingress setup, see [Ingress setup](/self-managed/setup/guides/ingress-setup.md).

The following Helm chart values have been removed:

Expand Down

0 comments on commit 4522194

Please sign in to comment.