innerpeacez commented on code in PR #134:
URL: 
https://github.com/apache/skywalking-showcase/pull/134#discussion_r1236226812


##########
deploy/platform/kubernetes/Makefile:
##########
@@ -147,6 +147,14 @@ feature-elasticsearch-monitor:
        $(eval HELM_OPTIONS := $(HELM_OPTIONS) --set 
prometheus-elasticsearch-exporter.es.uri=http://elasticsearch-master:9200)
        $(eval HELM_OPTIONS := $(HELM_OPTIONS) --set opentelemetry.enabled=true)
 
+.PHONY: feature-rabbitmq-monitor
+feature-rabbitmq-monitor:
+       $(eval HELM_OPTIONS := $(HELM_OPTIONS) --set 
features.rabbitmqMonitor.enabled=true)
+       $(eval HELM_OPTIONS := $(HELM_OPTIONS) --set rabbitmq.replicaCount=1)
+       $(eval HELM_OPTIONS := $(HELM_OPTIONS) --set 
rabbitmq.persistence.enabled=false)
+       $(eval HELM_OPTIONS := $(HELM_OPTIONS) --set 
rabbitmq.metrics.enabled=true)

Review Comment:
   done.



-- 
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