mouchar commented on issue #345:
URL: 
https://github.com/apache/pulsar-helm-chart/issues/345#issuecomment-1445400316

   If you disabled kube-prometheus-stack and you don't have another prometheus 
stack installed, you probably miss the PodMonitor CRDs. If you don't need to 
monitor your pulsar deployment, you may disable installing PodMonitor resources 
by setting:
   
   ```yaml
   zookeeper:
     podMonitor:
       enabled: false
   broker:
     podMonitor:
       enabled: false
   bookkeeper:
     podMonitor:
       enabled: false
   broker:
     podMonitor:
       enabled: false
   proxy:
     podMonitor:
       enabled: false
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to