Skip to content

Commit e3eec1a

Browse files
authored
feat: Settings API (#2711)
1 parent e1a13ca commit e3eec1a

File tree

18 files changed

+2254
-2
lines changed

18 files changed

+2254
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ deploy: $(BIN)/kind $(BIN)/helm docker-image/pyroscope/build
395395

396396
.PHONY: deploy-micro-services
397397
deploy-micro-services: $(BIN)/kind $(BIN)/helm docker-image/pyroscope/build
398-
$(call deploy,pyroscope-micro-services,--values=operations/pyroscope/helm/pyroscope/values-micro-services.yaml --set pyroscope.components.querier.resources=null --set pyroscope.components.distributor.resources=null --set pyroscope.components.ingester.resources=null --set pyroscope.components.store-gateway.resources=null --set pyroscope.components.compactor.resources=null)
398+
$(call deploy,pyroscope-micro-services,--values=operations/pyroscope/helm/pyroscope/values-micro-services.yaml --set pyroscope.components.querier.resources=null --set pyroscope.components.distributor.resources=null --set pyroscope.components.ingester.resources=null --set pyroscope.components.store-gateway.resources=null --set pyroscope.components.compactor.resources=null --set pyroscope.components.tenant-settings.resources=null)
399399

400400
.PHONY: deploy-monitoring
401401
deploy-monitoring: $(BIN)/tk $(BIN)/kind tools/monitoring/environments/default/spec.json

0 commit comments

Comments
 (0)