greptimedb-operator
greptimedb-operator copied to clipboard
refactor: move `config/samples/` to `examples/` and add docs
What's changed
- Move
config/samples
toexamples
and refine the naming of the directory; - Don't specify
namespace
field in the examples(let the users decide the namespace); - Remove unnecessary license header;
- Add
README.md
forexamples/
;
Summary by CodeRabbit
Release Notes
-
New Features
- Introduced various configurations for deploying GreptimeDB clusters, including support for AWS NLB, GCS, OSS, S3, and TLS.
- Added examples for deploying standalone instances of GreptimeDB with GCS, OSS, and S3 integration.
- Integrated Prometheus monitoring capabilities for GreptimeDB clusters.
-
Bug Fixes
- Removed outdated configurations that could impact deployments relying on specific storage solutions and setups.
-
Documentation
- Added comprehensive README files with examples for using the GreptimeDB Operator, enhancing user guidance for various configurations.