Merge pull request #965 from 3dwardch3ng/misc

Misc
This commit is contained in:
2024-09-07 15:47:14 +10:00
committed by GitHub
3 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,6 @@ kind: Kustomization
helmCharts: helmCharts:
- name: ec-config-server - name: ec-config-server
repo: https://chartmuseum.cluster.edward.sydney:8899/ repo: https://chartmuseum.cluster.edward.sydney:8899/
version: 1.0.6 version: 1.0.7
releaseName: ec-config-server releaseName: ec-config-server
valuesFile: values.yaml valuesFile: values.yaml

View File

@@ -17,8 +17,11 @@ nri-metadata-injection:
enabled: true enabled: true
kube-state-metrics: kube-state-metrics:
prometheusScrape: false
image: image:
tag: v2.10.0 tag: v2.10.0
revisionHistoryLimit: 5
releaseLabel: true
# kube-state-metrics.enabled -- Install the [`kube-state-metrics` chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-state-metrics) from the stable helm charts repository. # kube-state-metrics.enabled -- Install the [`kube-state-metrics` chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-state-metrics) from the stable helm charts repository.
# This is mandatory if `infrastructure.enabled` is set to `true` and the user does not provide its own instance of KSM version >=1.8 and <=2.0. Note, kube-state-metrics v2+ disables labels/annotations # This is mandatory if `infrastructure.enabled` is set to `true` and the user does not provide its own instance of KSM version >=1.8 and <=2.0. Note, kube-state-metrics v2+ disables labels/annotations
# metrics by default. You can enable the target labels/annotations metrics to be monitored by using the metricLabelsAllowlist/metricAnnotationsAllowList options described [here](https://github.com/prometheus-community/helm-charts/blob/159cd8e4fb89b8b107dcc100287504bb91bf30e0/charts/kube-state-metrics/values.yaml#L274) in # metrics by default. You can enable the target labels/annotations metrics to be monitored by using the metricLabelsAllowlist/metricAnnotationsAllowList options described [here](https://github.com/prometheus-community/helm-charts/blob/159cd8e4fb89b8b107dcc100287504bb91bf30e0/charts/kube-state-metrics/values.yaml#L274) in