Files
sealos/service/database
cuisongliu 568d00f702 feat(service): migrate monitor services to helm (#7109)
* feat(service): migrate monitor services to helm

Move database-monitor, launchpad-monitor, and service-vlogs onto Helm charts in namespace sealos.

Also wire the runtime env/config data into the charts and keep the legacy raw manifests only for first-run cleanup during migration.

* feat(service): update database monitor configuration and entrypoint script

Signed-off-by: cuisongliu <cuisongliu@qq.com>

* feat(service): refactor entrypoint and update configuration paths

Signed-off-by: cuisongliu <cuisongliu@qq.com>

* feat(service): refactor entrypoint and update configuration paths

Signed-off-by: cuisongliu <cuisongliu@qq.com>

* feat(service): update legacy manifest path in entrypoint script

Signed-off-by: cuisongliu <cuisongliu@qq.com>

* feat: add configmap checksum rollouts

* fix(service/account): build without workspace mode

* feat(service): rename service-vlogs files and update entrypoint configuration

Signed-off-by: cuisongliu <cuisongliu@qq.com>

* feat(service): rename service-vlogs files and update entrypoint configuration

Signed-off-by: cuisongliu <cuisongliu@qq.com>

* feat(service): remove var for PROMETHEUS_URL

Signed-off-by: cuisongliu <cuisongliu@qq.com>

---------

Signed-off-by: cuisongliu <cuisongliu@qq.com>
2026-07-27 22:48:51 +08:00
..

Database Monitor

Database monitor service for Sealos.

Getting Started

  1. Build and push the image:
make docker-build docker-push IMG=<some-registry>/sealos-database-service:latest
  1. 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.