From 67f394023e2eedc7aa596e8291d44e7bb5f31cbf Mon Sep 17 00:00:00 2001 From: Viliam Krizan Date: Thu, 28 Nov 2024 18:17:03 +0100 Subject: [PATCH 1/3] docs(examples): fix yaml examples --- docs/examples/clowdapp.yml | 11 ++++------- docs/examples/clowdenv.yml | 1 - 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/examples/clowdapp.yml b/docs/examples/clowdapp.yml index 1ade5e747..2206234ef 100644 --- a/docs/examples/clowdapp.yml +++ b/docs/examples/clowdapp.yml @@ -10,16 +10,13 @@ spec: # The bulk of your App. This is where your running apps will live deployments: - name: app + # Creates a Service on port 8000 + webServices: + public: + enabled: true # Give details about your running pod podSpec: image: quay.io/psav/clowder-hello - - # Creates a Service on port 8000 - webServices: - public: - enabled: true - metrics: - enabled: true # Request kafka topics for your application here kafkaTopics: diff --git a/docs/examples/clowdenv.yml b/docs/examples/clowdenv.yml index 1e99c00e2..35a0aa167 100644 --- a/docs/examples/clowdenv.yml +++ b/docs/examples/clowdenv.yml @@ -38,7 +38,6 @@ spec: # Deploys a local minio pod for object storage objectStore: mode: minio - port: 9000 # Deploys a local redis pod inMemoryDb: From add597e2ee496f04b8d9c55ffe01b05a1bf6568b Mon Sep 17 00:00:00 2001 From: Viliam Krizan Date: Thu, 28 Nov 2024 18:17:47 +0100 Subject: [PATCH 2/3] docs(examples): use pg 16 --- docs/examples/clowdapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/clowdapp.yml b/docs/examples/clowdapp.yml index 2206234ef..df0d5d8bb 100644 --- a/docs/examples/clowdapp.yml +++ b/docs/examples/clowdapp.yml @@ -28,4 +28,4 @@ spec: database: # Must specify both a name and a major postgres version name: jumpstart-db - version: 12 + version: 16 From 7f9cf94f12b68637aca544a257a9989ef0b57fae Mon Sep 17 00:00:00 2001 From: Viliam Krizan Date: Mon, 2 Dec 2024 16:11:30 +0100 Subject: [PATCH 3/3] docs(examples): fix kafka topic name --- docs/examples/clowdapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/clowdapp.yml b/docs/examples/clowdapp.yml index df0d5d8bb..9234437aa 100644 --- a/docs/examples/clowdapp.yml +++ b/docs/examples/clowdapp.yml @@ -22,7 +22,7 @@ spec: kafkaTopics: - replicas: 3 partitions: 64 - topicName: topicOne + topicName: topicone # Creates a database if local mode, or uses RDS in production database: