Skip to content

Commit

Permalink
Fix adoc errors
Browse files Browse the repository at this point in the history
Signed-off-by: Jordi Gil <[email protected]>
  • Loading branch information
jordigilh committed Mar 6, 2024
1 parent e4b0fbe commit 7776d65
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This integration eliminates the need for including these properties within the S
To enable the deployment of a Jobs Service instance, the `SonataFlowPlatform` CRD exposes a set of fields that allow the user to
configure the running instance.

==== Ephemeral persistence
=== Ephemeral persistence
The basic runtime is to deploy the Jobs Service with an ephemeral backend running in the same container
as the Jobs Service runtime.

Expand All @@ -44,7 +44,7 @@ sonataflow-platform-jobs-service-cdf85d969-sbwkj 1/1 Running 0

Keep in mind that this setup is not recommended for production environments, especially because the data does not persist when the pod restarts.

==== Using an existing PostgreSQL service
=== Using an existing PostgreSQL service
For robust environments it is recommened to use an dedicated database service and configure Jobs Service to make use of it. Currently, the Jobs Service
only supports PostgreSQL database.

Expand All @@ -54,7 +54,7 @@ deployed in the same namespace.

By default, the persistence specification defined in the `SonataFlow` workflow's CR takes priority over the one in the `SonataFlowPlatform` persistence specification.

===== Using the persistence field defined in the `SonataFlowPlatform` CR
==== Using the persistence field defined in the `SonataFlowPlatform` CR
Using the persistence configuration in the `SonataFlowPlatform` CR located in the same namespace requires to have the `SonataFlow` CR persistence field configured
to have an empty `{}` value, signaling the Operator to derive the persistence from the active `SonataFlowPlatform`, when available. If no persistence is defined
the operator will fallback to the ephemeral persistence previously described.
Expand Down Expand Up @@ -139,7 +139,7 @@ Annotations: <none>
Type: Opaque

Data
====
\\\\====
PGDATA: 28 bytes
POSTGRES_DATABASE: 10 bytes
POSTGRES_PASSWORD: 10 bytes
Expand Down

0 comments on commit 7776d65

Please sign in to comment.