We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd97ea commit c239c69Copy full SHA for c239c69
controller/prometheus.go
@@ -128,6 +128,7 @@ func (r *CorootReconciler) prometheusDeployment(cr *corootv1.Coroot) *appsv1.Dep
128
"--storage.tsdb.path=/data",
129
"--storage.tsdb.retention.time=" + retention,
130
"--web.enable-remote-write-receiver",
131
+ "--web.enable-admin-api",
132
"--query.max-samples=100000000",
133
},
134
Ports: []corev1.ContainerPort{
0 commit comments