From e02688c0ed57e201ee990cb15925b139cb9b8473 Mon Sep 17 00:00:00 2001 From: liu-hm19 Date: Mon, 15 Jan 2024 15:27:55 +0800 Subject: [PATCH] feat: udpate README.md (#54) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfcecaf..ccee8a3 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +* `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. \ No newline at end of file