From 53560f6540707ae2d3647782bee0232b642b9364 Mon Sep 17 00:00:00 2001 From: Paul Gilzow Date: Wed, 8 Jan 2025 20:24:52 +0000 Subject: [PATCH] updates disk size from 256 --> 512 in kafka examples per ralt/etienne --- sites/platform/src/add-services/kafka.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sites/platform/src/add-services/kafka.md b/sites/platform/src/add-services/kafka.md index b5d611adab..be9b3eda7f 100644 --- a/sites/platform/src/add-services/kafka.md +++ b/sites/platform/src/add-services/kafka.md @@ -63,7 +63,7 @@ To define the service, use the `kafka` type: # The name of the service container. Must be unique within a project. : type: kafka: - 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. @@ -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)