elasticsearch-exporter v1.7.0 runs as a sidecar, scrapes localhost:9200, exposes elasticsearch_* metrics on :9114. ServiceMonitor re-enabled. Alert rules updated to use elasticsearch_* metric names. Flags: --es.all --es.indices --es.shards --collector.clustersettings
38 lines
970 B
YAML
38 lines
970 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: data
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- postgres-cluster.yaml
|
|
- valkey-deployment.yaml
|
|
- valkey-service.yaml
|
|
- opensearch-deployment.yaml
|
|
- opensearch-service.yaml
|
|
- opensearch-pvc.yaml
|
|
- barman-vault-secret.yaml
|
|
- opensearch-servicemonitor.yaml
|
|
- opensearch-alertrules.yaml
|
|
- cnpg-podmonitor.yaml
|
|
- openbao-servicemonitor.yaml
|
|
- postgres-alertrules.yaml
|
|
- openbao-alertrules.yaml
|
|
- searxng-deployment.yaml
|
|
|
|
helmCharts:
|
|
# helm repo add cnpg https://cloudnative-pg.github.io/charts
|
|
- name: cloudnative-pg
|
|
repo: https://cloudnative-pg.github.io/charts
|
|
version: "0.27.1"
|
|
releaseName: cloudnative-pg
|
|
namespace: data
|
|
|
|
# helm repo add openbao https://openbao.github.io/openbao-helm
|
|
- name: openbao
|
|
repo: https://openbao.github.io/openbao-helm
|
|
version: "0.25.6"
|
|
releaseName: openbao
|
|
namespace: data
|
|
valuesFile: openbao-values.yaml
|