mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Try without an extra Application resource again Signed-off-by: Vegard Hagen <[email protected]>
19 lines
456 B
YAML
19 lines
456 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ns.yaml
|
|
# - kube-prometheus-stack.yaml
|
|
- alertmanager-http-route.yaml
|
|
- grafana-http-route.yaml
|
|
- prometheus-http-route.yaml
|
|
|
|
helmCharts:
|
|
- name: kube-prometheus-stack
|
|
repo: https://prometheus-community.github.io/helm-charts
|
|
includeCRDs: true
|
|
namespace: monitoring
|
|
version: 75.12.0
|
|
releaseName: kube-prometheus-stack
|
|
valuesFile: ./values.yaml
|