KusionStack / konfig

Shared repository of application models and components, and CI suite for GitOps workflows
Apache License 2.0
27 stars 32 forks source link

revise the original wordpress example with Alicloud RDS as database backend #100

Closed liu-hm19 closed 1 year ago

liu-hm19 commented 1 year ago

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

2. What is the scope of this PR (e.g. component or file name):

This PR modifies the files in konfig/appops/wordpress

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

This PR revises the original wordpress example with hybrid resources from Kubernetes + Alicloud OSS to Kubernetes + Alicloud RDS, using the Alicloud RDS as the database backend.

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

This PR changes the original wordpress example. Alicloud OSS seems not fitting well with the original demo, thus we decided to use Alicloud RDS for better demonstration.

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

As shown in konfig/appops/wordpress/README.md, executing kusion apply --yes can successfully apply the Alicloud and Kubernetes resources.

6. Release note

Please refer to Release Notes Language Style Guide to write a quality release note.

None