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

updates disk size from 256 --> 512 in kafka examples per ralt/etienne #4330

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading