Skip to content

Commit

Permalink
Merge pull request #1089 from vkrizan/docs-fix-examples
Browse files Browse the repository at this point in the history
docs(examples): fix yaml examples and use pg 16
  • Loading branch information
bsquizz authored Dec 2, 2024
2 parents 48c9150 + 7f9cf94 commit 5b0ff51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
15 changes: 6 additions & 9 deletions docs/examples/clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion docs/examples/clowdenv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ spec:
# Deploys a local minio pod for object storage
objectStore:
mode: minio
port: 9000

# Deploys a local redis pod
inMemoryDb:
Expand Down

0 comments on commit 5b0ff51

Please sign in to comment.