feat(prometheus): remove operator due to move to included manifest (#4378)
* feat(prometheus): remove operator due to move to included manifest * whoops * remove configreloader for now * Revert "remove configreloader for now" This reverts commit 7e2f4e405765f97ab509a85d05b117360a3e63cc. * readd some values.yaml content * bump major
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/prometheus-operator
|
||||
tag: 0.60.1@sha256:6e54f352e82c827ea14dd94dc2afa28433d3ba5275b6b90ffdc8a96ccd6c6b4f
|
||||
|
||||
prometheusImage:
|
||||
repository: tccr.io/truecharts/prometheus
|
||||
tag: 2.40.1@sha256:157d18ec7bc21ca7cfff98fef241385c15ede781def81b4afcc376cda7df7539
|
||||
|
||||
@@ -17,6 +13,9 @@ alertmanagerImage:
|
||||
global:
|
||||
labels: {}
|
||||
|
||||
controller:
|
||||
enabled: false
|
||||
|
||||
service:
|
||||
main:
|
||||
selector:
|
||||
@@ -27,14 +26,6 @@ service:
|
||||
port: 10086
|
||||
targetPort: 9090
|
||||
protocol: HTTP
|
||||
promop:
|
||||
enabled: true
|
||||
ports:
|
||||
promop:
|
||||
enabled: true
|
||||
port: 10089
|
||||
targetPort: 8080
|
||||
protocol: HTTP
|
||||
alertmanager:
|
||||
enabled: true
|
||||
selector:
|
||||
@@ -213,13 +204,12 @@ probes:
|
||||
scheme: HTTP
|
||||
|
||||
operator:
|
||||
enabled: true
|
||||
## Create a servicemonitor for the operator
|
||||
##
|
||||
serviceMonitor:
|
||||
## @param operator.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus Operator
|
||||
##
|
||||
enabled: true
|
||||
enabled: false
|
||||
## @param operator.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default)
|
||||
## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint
|
||||
##
|
||||
@@ -233,21 +223,6 @@ operator:
|
||||
##
|
||||
relabelings: []
|
||||
|
||||
## @param operator.logLevel Log level for Prometheus Operator
|
||||
##
|
||||
logLevel: info
|
||||
## @param operator.logFormat Log format for Prometheus Operator
|
||||
##
|
||||
logFormat: logfmt
|
||||
|
||||
configReloaderResources: {}
|
||||
## @param operator.kubeletService.enabled If true, the operator will create and maintain a service for scraping kubelets
|
||||
## @param operator.kubeletService.namespace Namespace to deploy the kubelet service
|
||||
##
|
||||
kubeletService:
|
||||
enabled: true
|
||||
namespace: kube-system
|
||||
|
||||
## Prometheus Configmap-reload image to use for reloading configmaps
|
||||
## defaults to Bitnami Prometheus Operator (ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus-operator/tags/)
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user