diff --git a/docs/examples/clowdapp.yml b/docs/examples/clowdapp.yml index 1ade5e747..9234437aa 100644 --- a/docs/examples/clowdapp.yml +++ b/docs/examples/clowdapp.yml @@ -10,25 +10,22 @@ 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: - replicas: 3 partitions: 64 - topicName: topicOne + topicName: topicone # Creates a database if local mode, or uses RDS in production database: # Must specify both a name and a major postgres version name: jumpstart-db - version: 12 + version: 16 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: