mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
fix(monitoring): try server-side apply of kube-prometheus-stack again
Try without an extra Application resource again Signed-off-by: Vegard Hagen <[email protected]>
This commit is contained in:
@@ -3,7 +3,16 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ns.yaml
|
- ns.yaml
|
||||||
- kube-prometheus-stack.yaml
|
# - kube-prometheus-stack.yaml
|
||||||
- alertmanager-http-route.yaml
|
- alertmanager-http-route.yaml
|
||||||
- grafana-http-route.yaml
|
- grafana-http-route.yaml
|
||||||
- prometheus-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
|
||||||
|
|||||||
Reference in New Issue
Block a user