Skip to content

Commit 2df4f7d

Browse files
authored
disable the Kubernetes Prometheus ServiceMonitor (#25)
1 parent 6cadf15 commit 2df4f7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

operator/src/main/resources/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ quarkus:
149149
memory: 300Mi
150150
limits:
151151
memory: 512Mi
152+
prometheus:
153+
generate-service-monitor: false
152154
# 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
153155
#rbac:
154156
# cluster-roles:

0 commit comments

Comments
 (0)