* feat(service): add health endpoints and probes * fix(service): use context-aware request in health tests * refactor(service): parameterize health probes and drop minio probes * feat(service): add startup probe to monitor charts
Database Monitor
Database monitor service for Sealos.
Getting Started
- Build and push the image:
make docker-build docker-push IMG=<some-registry>/sealos-database-service:latest
- Use the deploy package under
deploy/.
The entrypoint installs or upgrades the Helm release database-monitor in namespace sealos, removes the legacy raw-manifest install on first migration, and injects PROMETHEUS_SERVICE_HOST automatically.
User overrides live at /root/.sealos/cloud/values/apps/database/database-monitor-values.yaml.
License
Copyright 2023.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.