由 monitoring 提供 Prometheus Operator CRD #59

Merged
panxiao81 merged 2 commits from fix/nats-disable-podmonitor into main 2026-09-16 12:23:40 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 9604ff1004 - Show all commits
+2
View File
@@ -13,6 +13,8 @@
不额外维护易漂移的源 IP 白名单。
- TLS 证书由 `bao-acme` 签发。PVE 节点已信任内部 CA。
- `SYS` Account 用于管理;`CI` Account 启用 JetStream,存储上限 1 GiB。
- Prometheus exporter 已启用,但不创建 `PodMonitor`:集群使用 VictoriaMetrics
Operator CRD,后续以 `VMServiceScrape` 接入。
首期使用静态用户,密码只存在 OpenBao `kv/k8s/nats`:
+3 -1
View File
@@ -66,7 +66,9 @@ natsBox:
promExporter:
enabled: true
podMonitor:
enabled: true
# This cluster uses VictoriaMetrics Operator CRDs, not Prometheus Operator's
# PodMonitor. Add a VMServiceScrape separately when NATS metrics are wired in.
enabled: false
service:
merge: