From 1853ed58dd1a9ebd55f8fd47fe3bcdb9c5090262 Mon Sep 17 00:00:00 2001 From: Thomas Sapelza Date: Fri, 30 Jan 2026 23:27:52 +0100 Subject: [PATCH] disable the Kubernetes Prometheus ServiceMonitor --- operator/src/main/resources/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/operator/src/main/resources/application.yml b/operator/src/main/resources/application.yml index e43843b..a26942c 100644 --- a/operator/src/main/resources/application.yml +++ b/operator/src/main/resources/application.yml @@ -149,6 +149,8 @@ quarkus: memory: 300Mi limits: memory: 512Mi + prometheus: + generate-service-monitor: false # Report bug as this or adding the ClusterRole and ClusterRoleBinding in operator/src/main/kubernetes/kubernetes.yml does not work, JOSDK simply ignores the ClusterRoleBinding #rbac: # cluster-roles: