22 lines
572 B
YAML
22 lines
572 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: alloy
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
|
|
helmCharts:
|
|
- name: alloy
|
|
repo: https://grafana.github.io/helm-charts
|
|
version: "1.6.2"
|
|
releaseName: alloy
|
|
valuesFile: values.yaml
|
|
- name: kube-state-metrics
|
|
repo: https://prometheus-community.github.io/helm-charts
|
|
version: "7.2.2"
|
|
releaseName: kube-state-metrics
|
|
- name: prometheus-operator-crds
|
|
repo: https://prometheus-community.github.io/helm-charts
|
|
version: "28.0.0"
|
|
releaseName: prometheus-operator-crds
|