disabled scrape for kubescheduler

This commit is contained in:
Manuel Ganter 2025-10-22 16:20:27 +02:00
parent 218a1cbff8
commit c824cd32ed
No known key found for this signature in database

View file

@ -301,8 +301,7 @@ vmsingle:
# -- Enable deployment of ingress for server component # -- Enable deployment of ingress for server component
enabled: false enabled: false
# -- Ingress annotations # -- Ingress annotations
annotations: annotations: {}
{}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
# -- Ingress extra labels # -- Ingress extra labels
@ -351,9 +350,8 @@ vmcluster:
spec: spec:
resources: resources:
requests: requests:
storage: 10Gi storage: 10Gi
resources: resources: {}
{}
# limits: # limits:
# cpu: "1" # cpu: "1"
# memory: 1500Mi # memory: 1500Mi
@ -370,8 +368,7 @@ vmcluster:
resources: resources:
requests: requests:
storage: 2Gi storage: 2Gi
resources: resources: {}
{}
# limits: # limits:
# cpu: "1" # cpu: "1"
# memory: "1000Mi" # memory: "1000Mi"
@ -384,8 +381,7 @@ vmcluster:
port: "8480" port: "8480"
replicaCount: 2 replicaCount: 2
extraArgs: {} extraArgs: {}
resources: resources: {}
{}
# limits: # limits:
# cpu: "1" # cpu: "1"
# memory: 1000Mi # memory: 1000Mi
@ -478,8 +474,7 @@ vmcluster:
enabled: false enabled: false
# -- Ingress annotations # -- Ingress annotations
annotations: annotations: {}
{}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
@ -543,7 +538,7 @@ alertmanager:
config: config:
route: route:
receiver: "blackhole" receiver: "blackhole"
routes: routes:
- matchers: - matchers:
- severity=~"critical|major" - severity=~"critical|major"
receiver: outlook receiver: outlook
@ -551,15 +546,15 @@ alertmanager:
- name: blackhole - name: blackhole
- name: outlook - name: outlook
email_configs: email_configs:
- smarthost: 'mail.mms-support.de:465' - smarthost: "mail.mms-support.de:465"
auth_username: 'ipcei-cis-devfw@mms-support.de' auth_username: "ipcei-cis-devfw@mms-support.de"
auth_password: auth_password:
name: email-user-credentials name: email-user-credentials
key: connection-string key: connection-string
from: '"IPCEI CIS DevFW" <ipcei-cis-devfw@mms-support.de>' from: '"IPCEI CIS DevFW" <ipcei-cis-devfw@mms-support.de>'
to: 'f9f9953a.mg.telekom.de@de.teams.ms' to: "f9f9953a.mg.telekom.de@de.teams.ms"
headers: headers:
subject: 'Grafana Mail Alerts' subject: "Grafana Mail Alerts"
require_tls: false require_tls: false
# -- Better alert templates for [slack source](https://gist.github.com/milesbxf/e2744fc90e9c41b47aa47925f8ff6512) # -- Better alert templates for [slack source](https://gist.github.com/milesbxf/e2744fc90e9c41b47aa47925f8ff6512)
@ -567,8 +562,7 @@ alertmanager:
enabled: true enabled: true
# -- (object) Extra alert templates # -- (object) Extra alert templates
templateFiles: templateFiles: {}
{}
# template_1.tmpl: |- # template_1.tmpl: |-
# {{ define "hello" -}} # {{ define "hello" -}}
# hello, Victoria! # hello, Victoria!
@ -582,8 +576,7 @@ alertmanager:
# See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress # See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress
# ingressClassName: nginx # ingressClassName: nginx
# Values can be templated # Values can be templated
annotations: annotations: {}
{}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
labels: {} labels: {}
@ -626,8 +619,7 @@ vmalert:
externalLabels: {} externalLabels: {}
# -- (object) Extra VMAlert annotation templates # -- (object) Extra VMAlert annotation templates
templateFiles: templateFiles: {}
{}
# template_1.tmpl: |- # template_1.tmpl: |-
# {{ define "hello" -}} # {{ define "hello" -}}
# hello, Victoria! # hello, Victoria!
@ -650,8 +642,7 @@ vmalert:
# See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress # See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress
# ingressClassName: nginx # ingressClassName: nginx
# Values can be templated # Values can be templated
annotations: annotations: {}
{}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
labels: {} labels: {}
@ -703,8 +694,7 @@ vmagent:
# -- VMAgent annotations # -- VMAgent annotations
annotations: {} annotations: {}
# -- Remote write configuration of VMAgent, allowed parameters defined in a [spec](https://docs.victoriametrics.com/operator/api#vmagentremotewritespec) # -- Remote write configuration of VMAgent, allowed parameters defined in a [spec](https://docs.victoriametrics.com/operator/api#vmagentremotewritespec)
additionalRemoteWrites: additionalRemoteWrites: []
[]
#- url: http://some-remote-write/api/v1/write #- url: http://some-remote-write/api/v1/write
# -- (object) Full spec for VMAgent CRD. Allowed values described [here](https://docs.victoriametrics.com/operator/api#vmagentspec) # -- (object) Full spec for VMAgent CRD. Allowed values described [here](https://docs.victoriametrics.com/operator/api#vmagentspec)
spec: spec:
@ -727,8 +717,7 @@ vmagent:
# See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress # See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress
# ingressClassName: nginx # ingressClassName: nginx
# Values can be templated # Values can be templated
annotations: annotations: {}
{}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
labels: {} labels: {}
@ -792,7 +781,7 @@ defaultDatasources:
implementation: prometheus implementation: prometheus
# -- Configure additional grafana datasources (passed through tpl). # -- Configure additional grafana datasources (passed through tpl).
# Check [here](http://docs.grafana.org/administration/provisioning/#datasources) for details # Check [here](http://docs.grafana.org/administration/provisioning/#datasources) for details
extra: extra:
- name: VictoriaLogs - name: VictoriaLogs
access: proxy access: proxy
type: victoriametrics-logs-datasource type: victoriametrics-logs-datasource
@ -843,7 +832,7 @@ grafana:
# Uncomment the block below, if you want to enable VictoriaMetrics Datasource in Grafana: # Uncomment the block below, if you want to enable VictoriaMetrics Datasource in Grafana:
# Note that Grafana will need internet access to install the datasource plugin. # Note that Grafana will need internet access to install the datasource plugin.
plugins: plugins:
- victoriametrics-metrics-datasource - victoriametrics-metrics-datasource
- victoriametrics-logs-datasource - victoriametrics-logs-datasource
@ -854,8 +843,7 @@ grafana:
# See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress # See https://kubernetes.io/blog/2020/04/02/improvements-to-the-ingress-api-in-kubernetes-1.18/#specifying-the-class-of-an-ingress
# ingressClassName: nginx # ingressClassName: nginx
# Values can be templated # Values can be templated
annotations: annotations: {}
{}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
labels: {} labels: {}
@ -889,7 +877,7 @@ grafana:
matchLabels: matchLabels:
app.kubernetes.io/name: '{{ include "grafana.name" .Subcharts.grafana }}' app.kubernetes.io/name: '{{ include "grafana.name" .Subcharts.grafana }}'
endpoints: endpoints:
- port: '{{ .Values.grafana.service.portName }}' - port: "{{ .Values.grafana.service.portName }}"
# -- prometheus-node-exporter dependency chart configuration. For possible values check [here](https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus-node-exporter/values.yaml) # -- prometheus-node-exporter dependency chart configuration. For possible values check [here](https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus-node-exporter/values.yaml)
prometheus-node-exporter: prometheus-node-exporter:
@ -1153,7 +1141,7 @@ kubeEtcd:
# Component scraping kube scheduler # Component scraping kube scheduler
kubeScheduler: kubeScheduler:
# -- Enable KubeScheduler metrics scraping # -- Enable KubeScheduler metrics scraping
enabled: true enabled: false
# -- If your kube scheduler is not deployed as a pod, specify IPs it can be found on # -- If your kube scheduler is not deployed as a pod, specify IPs it can be found on
endpoints: [] endpoints: []
@ -1227,4 +1215,3 @@ kubeProxy:
# -- Add extra objects dynamically to this chart # -- Add extra objects dynamically to this chart
extraObjects: [] extraObjects: []