Add platform infrastructure configuration
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Prometheus Operator CRDs
|
||||
|
||||
`prometheus-operator-crds` chart `31.0.0`만 독립적으로 렌더한다. CRD는
|
||||
cluster-scoped API와 저장 객체의 스키마 경계이므로 workload 실패 시에도 자동 삭제하지
|
||||
않는다. `kube-prometheus-stack` 쪽에서는 CRD 생성을 별도로 비활성화한다.
|
||||
@@ -0,0 +1,15 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
helmGlobals:
|
||||
chartHome: .helm/charts
|
||||
|
||||
helmCharts:
|
||||
- name: prometheus-operator-crds
|
||||
repo: https://prometheus-community.github.io/helm-charts
|
||||
version: 31.0.0
|
||||
releaseName: prometheus-operator-crds
|
||||
namespace: observability
|
||||
valuesFile: values/home.yaml
|
||||
includeCRDs: true
|
||||
skipTests: true
|
||||
@@ -0,0 +1,22 @@
|
||||
crds:
|
||||
annotations: {}
|
||||
alertmanagerconfigs:
|
||||
enabled: true
|
||||
alertmanagers:
|
||||
enabled: true
|
||||
podmonitors:
|
||||
enabled: true
|
||||
probes:
|
||||
enabled: true
|
||||
prometheusagents:
|
||||
enabled: true
|
||||
prometheuses:
|
||||
enabled: true
|
||||
prometheusrules:
|
||||
enabled: true
|
||||
scrapeconfigs:
|
||||
enabled: true
|
||||
servicemonitors:
|
||||
enabled: true
|
||||
thanosrulers:
|
||||
enabled: true
|
||||
Reference in New Issue
Block a user