16 lines
357 B
YAML
16 lines
357 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: monitoring
|
|
|
|
helmCharts:
|
|
- name: kube-prometheus-stack
|
|
repo: https://prometheus-community.github.io/helm-charts
|
|
version: "55.5.0"
|
|
releaseName: monitoring
|
|
namespace: monitoring
|
|
valuesFile: values-monitoring.yaml
|
|
|
|
commonLabels:
|
|
environment: staging
|
|
managed-by: kustomize |