Skip to content

Commit

Permalink
Merge branch 'main' into 4332-update-docs-to-reflect-that-rabbitmq-40…
Browse files Browse the repository at this point in the history
…-is-now-available
  • Loading branch information
gilzow authored Jan 9, 2025
2 parents 29bd125 + 823f470 commit 7ecd6e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/platform/src/add-services/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ To define the service, use the `kafka` type:
# The name of the service container. Must be unique within a project.
<SERVICE_NAME>:
type: kafka:<VERSION>
disk: 256
disk: 512
```
Note that changing the name of the service replaces it with a brand new service and all existing data is lost.
Expand Down Expand Up @@ -140,7 +140,7 @@ With the above definition, the application container now has [access to the serv
# The name of the service container. Must be unique within a project.
kafka:
type: kafka:{{% latest "kafka" %}}
disk: 256
disk: 512
```

#### [App configuration](/create-apps/_index.md)
Expand Down

0 comments on commit 7ecd6e2

Please sign in to comment.