Skip to content

Commit

Permalink
feat: udpate README.md (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-hm19 authored Jan 15, 2024
1 parent 125f071 commit e02688c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ Based on the schema definitions, `models/samples` directory contains plenty of u

* `hellocollaset` - demonstrates how to declare a long-running service, and the workload implementation of this service is `Collaset`, which is provided by [KusionStack Operating](https://github.com/KusionStack/operating).
* `helloworld` - also declare a long-running service, with default Kubernetes Deployment workload.
* `pgadmin` - declare a cloud provider managed Postgres resource, as well as a long-running service with `dpage/pgadmin4:latest` image.
* `samplejob` - demonstrates how to declare a periodic job.
* `pgadmin` - declares a cloud provider managed Postgres resource, as well as a long-running service with `dpage/pgadmin4:latest` image.
* `samplejob` - demonstrates how to declare a periodic job.
* `wordpress` - declares a cloud provider managed MySQL resource, as well as a long-running service with `wordpress:6.3` image.

0 comments on commit e02688c

Please sign in to comment.