Skip to content

Commit c239c69

Browse files
committed
prometheus: enable admin api
1 parent 1bd97ea commit c239c69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controller/prometheus.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ func (r *CorootReconciler) prometheusDeployment(cr *corootv1.Coroot) *appsv1.Dep
128128
"--storage.tsdb.path=/data",
129129
"--storage.tsdb.retention.time=" + retention,
130130
"--web.enable-remote-write-receiver",
131+
"--web.enable-admin-api",
131132
"--query.max-samples=100000000",
132133
},
133134
Ports: []corev1.ContainerPort{

0 commit comments

Comments
 (0)