feat(prometheus): set service monitor label selector

This commit is contained in:
Masaki Yatsu
2025-11-08 22:51:50 +09:00
parent bd23974980
commit 3103387065
4 changed files with 15 additions and 0 deletions

View File

@@ -119,6 +119,9 @@ install: check-env
--wait \
-f values.yaml
# Label monitoring namespace to enable self-monitoring
kubectl label namespace ${PROMETHEUS_NAMESPACE} buun.channel/enable-monitoring=true --overwrite
admin_password=$(just admin-password)
echo ""