first commit
This commit is contained in:
commit
b6890fa29d
7 changed files with 74 additions and 0 deletions
19
infrastructure/monitoring/helmrelease.yaml
Normal file
19
infrastructure/monitoring/helmrelease.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: kube-prometheus-stack
|
||||
namespace: monitoring
|
||||
spec:
|
||||
releaseName: kube-prometheus-stack
|
||||
chart:
|
||||
spec:
|
||||
chart: kube-prometheus-stack
|
||||
version: "56.0.0"
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: prometheus-community
|
||||
namespace: flux-system
|
||||
interval: 5m
|
||||
install:
|
||||
createNamespace: true
|
||||
values: {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue