Add prometheus + grafana helm
parent
57de07d415
commit
22bebb3a28
@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: kube-system
|
||||||
|
metadata:
|
||||||
|
name: metrics
|
||||||
|
resources:
|
||||||
|
- app/repository.yaml
|
||||||
|
- app/release.yaml
|
@ -0,0 +1,19 @@
|
|||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: prometheus
|
||||||
|
namespace: metrics
|
||||||
|
spec:
|
||||||
|
releaseName: prometheus
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: kube-prometheus-stack
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: prometheus
|
||||||
|
interval: 60m
|
||||||
|
install:
|
||||||
|
remediation:
|
||||||
|
retries: 3
|
||||||
|
values:
|
||||||
|
namespaceOverride: metrics
|
@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: prometheus
|
||||||
|
namespace: metrics
|
||||||
|
spec:
|
||||||
|
interval: 60m
|
||||||
|
url: https://prometheus-community.github.io/helm-charts
|
Loading…
Reference in New Issue